Update README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ Before you start, make sure you have installed the following packages:
|
|
17 |
```bash
|
18 |
export PATH=/mnt/petrelfs/share/cuda-11.8/bin:$PATH
|
19 |
export LD_LIBRARY_PATH=/mnt/petrelfs/share/cuda-11.8/lib64:$LD_LIBRARY_PATH
|
20 |
-
export PATH=/mnt/petrelfs/share/gcc-
|
21 |
-
export LD_LIBRARY_PATH=/mnt/petrelfs/share/gcc-
|
22 |
```
|
23 |
3. Take the variables into effect: `source ~/.bashrc`
|
24 |
4. Install dependencies: `pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118`
|
|
|
17 |
```bash
|
18 |
export PATH=/mnt/petrelfs/share/cuda-11.8/bin:$PATH
|
19 |
export LD_LIBRARY_PATH=/mnt/petrelfs/share/cuda-11.8/lib64:$LD_LIBRARY_PATH
|
20 |
+
export PATH=/mnt/petrelfs/share/gcc-9.3.0/bin:$PATH
|
21 |
+
export LD_LIBRARY_PATH=/mnt/petrelfs/share/gcc-9.3.0/lib64:$LD_LIBRARY_PATH
|
22 |
```
|
23 |
3. Take the variables into effect: `source ~/.bashrc`
|
24 |
4. Install dependencies: `pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu118`
|