Skip to content

Commit

Permalink
Add some stupid env var for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkahn committed Apr 26, 2023
1 parent 58dc965 commit acb4f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ commands:
export CUDA_INSTALLER_NAME="cuda_11.5.2_496.13_windows.exe"
export CudaToolkitDir="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.5"
wget https://developer.download.nvidia.com/compute/cuda/11.5.2/local_installers/$CUDA_INSTALLER_NAME
# List of CUDA install options is at ttps://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html
# List of CUDA install options is https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html
./$CUDA_INSTALLER_NAME -s nvcc_11.5 cudart_11.5 cublas_dev_11.5 curand_dev_11.5 visual_studio_integration_11.5
rm $CUDA_INSTALLER_NAME
echo 'export CUDA_ROOT="/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.5/"' >> $BASH_ENV
echo 'export CUDA_TOOLKIT_DIR=${CudaToolkitDir}' >> $BASH_ENV
echo 'export CudaToolkitDir=${CudaToolkitDir}' >> $BASH_ENV
shell: bash.exe

install-cudnn:
Expand Down

0 comments on commit acb4f94

Please sign in to comment.