Skip to content

Commit 64e7c50

Browse files
authored
Reformat disclaimer on environment configuration step.
Deleted asterisk emoji and placed disclaimer note before respective instructions.
1 parent 7f5cce6 commit 64e7c50

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

site/en/install/pip.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,9 @@ The following NVIDIA® software are only required for GPU support.
234234
### 5. Virtual environment configuration
235235
236236
You can skip this section if you only run TensorFlow on the CPU.
237+
238+
Note: Symbolic links are only necessary in case the intended way doesn't work, i.e. the components aren't being
239+
detected, and/or conflict with the existing system CUDA installation.
237240
238241
* Create symbolic links to NVIDIA shared libraries:
239242
@@ -249,11 +252,7 @@ The following NVIDIA® software are only required for GPU support.
249252
ln -sf $(find $(dirname $(dirname $(python -c "import nvidia.cuda_nvcc;
250253
print(nvidia.cuda_nvcc.__file__)"))/*/bin/) -name ptxas -print -quit) $VIRTUAL_ENV/bin/ptxas
251254
```
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.
256-
255+
257256
### 6. Verify the installation
258257
259258
Verify the CPU setup:

0 commit comments

Comments
 (0)