Skip to content

Commit

Permalink
wget to get CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkahn committed Apr 12, 2023
1 parent 29a1836 commit 2304036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ commands:
command: |
cd $HOME
export INSTALLER_NAME="cuda_11.5.2_496.13_windows.exe"
axel -n 16 -o cuda.exe https://developer.download.nvidia.com/compute/cuda/11.5.2/local_installers/$INSTALLER_NAME
./cuda.exe /s /noeula /log=cuda_install.log -s nvcc_11.5 cudart_11.5 cublas_dev_11.5 curand_dev_11.5
rm cuda.exe
wget https://developer.download.nvidia.com/compute/cuda/11.5.2/local_installers/$INSTALLER_NAME
./$INSTALLER_NAME /s /noeula /log=cuda_install.log -s nvcc_11.5 cudart_11.5 cublas_dev_11.5 curand_dev_11.5
rm $INSTALLER_NAME
echo 'CUDA_ROOT="/c/Program\ Files/NVIDIA\ GPU\ Computing\ Toolkit/CUDA/v11.5/"' >> $BASH_ENV
shell: bash.exe

Expand Down

0 comments on commit 2304036

Please sign in to comment.