Skip to content

Commit 6adb27b

Browse files
authored
Fix CUDA path envvar in website instructions (#2430)
1 parent e2fcc14 commit 6adb27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cd addons
5151
5252
# If building GPU Ops (Requires CUDA 10.0 and CuDNN 7)
5353
export TF_NEED_CUDA=1
54-
export CUDA_HOME="/path/to/cuda10" (default: /usr/local/cuda)
54+
export CUDA_TOOLKIT_PATH="/path/to/cuda10" (default: /usr/local/cuda)
5555
export CUDNN_INSTALL_PATH="/path/to/cudnn" (default: /usr/lib/x86_64-linux-gnu)
5656
5757
# This script links project with TensorFlow dependency

0 commit comments

Comments
 (0)