diff --git a/docs/getting-started/advanced-deployment-options/cuda.md b/docs/getting-started/advanced-deployment-options/cuda.md index 9b0bb68..c92b55a 100644 --- a/docs/getting-started/advanced-deployment-options/cuda.md +++ b/docs/getting-started/advanced-deployment-options/cuda.md @@ -79,8 +79,8 @@ Build cuda_12.2.r12.2/compiler.33191640_0 After that, use the following two commands to set up the environment path. You should probably add these two lines to your `~/.bashrc` and `~/.bash_profile` (or `~/.zshrc` and `~/.profile`) files so that new terminals and future logins will still be able to find these CUDA library files. ``` -export LD_LIBRARY_PATH=/usr/local/cuda/lib64:${LD_LIBRARY_PATH} -export PATH=/usr/local/cuda/bin:${PATH} +export LD_LIBRARY_PATH=/usr/local/cuda-12/lib64:${LD_LIBRARY_PATH} +export PATH=/usr/local/cuda-12/bin:${PATH} ``` ## More resources