Skip to content

Commit

Permalink
Reformat disclaimer on environment configuration step.
Browse files Browse the repository at this point in the history
Deleted asterisk emoji and placed disclaimer note before respective instructions.
  • Loading branch information
sgkouzias authored Jul 3, 2024
1 parent 7f5cce6 commit 64e7c50
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/en/install/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ The following NVIDIA® software are only required for GPU support.
### 5. Virtual environment configuration
You can skip this section if you only run TensorFlow on the CPU.
Note: Symbolic links are only necessary in case the intended way doesn't work, i.e. the components aren't being
detected, and/or conflict with the existing system CUDA installation.
* Create symbolic links to NVIDIA shared libraries:
Expand All @@ -249,11 +252,7 @@ The following NVIDIA® software are only required for GPU support.
ln -sf $(find $(dirname $(dirname $(python -c "import nvidia.cuda_nvcc;
print(nvidia.cuda_nvcc.__file__)"))/*/bin/) -name ptxas -print -quit) $VIRTUAL_ENV/bin/ptxas
```
*️⃣ **Disclaimer**
Symbolic links are only necessary in case the intended way doesn't work, i.e. the components aren't being
detected, and/or conflict with the existing system CUDA installation.
### 6. Verify the installation
Verify the CPU setup:
Expand Down

0 comments on commit 64e7c50

Please sign in to comment.