Skip to content

Commit 7f5cce6

Browse files
authored
Instructions to create symlinks in case the intended way doesn't work.
Revised the step with instructions to configure the virtual environment variables for GPU users by adding a disclaimer.
1 parent 3046cdc commit 7f5cce6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/en/install/pip.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The following NVIDIA® software are only required for GPU support.
229229
pip install tensorflow
230230
```
231231
232-
Note: Do not install TensorFlow with `conda`. It may not have the latest stable version. `pip` is recommended since TensorFlow is only officially released to PyPI.
232+
**Note:** Do not install TensorFlow with `conda`. It may not have the latest stable version. `pip` is recommended since TensorFlow is only officially released to PyPI.
233233
234234
### 5. Virtual environment configuration
235235
@@ -249,6 +249,10 @@ The following NVIDIA® software are only required for GPU support.
249249
ln -sf $(find $(dirname $(dirname $(python -c "import nvidia.cuda_nvcc;
250250
print(nvidia.cuda_nvcc.__file__)"))/*/bin/) -name ptxas -print -quit) $VIRTUAL_ENV/bin/ptxas
251251
```
252+
*️⃣ **Disclaimer**
253+
254+
Symbolic links are only necessary in case the intended way doesn't work, i.e. the components aren't being
255+
detected, and/or conflict with the existing system CUDA installation.
252256
253257
### 6. Verify the installation
254258

0 commit comments

Comments
 (0)