Skip to content

Commit 021840f

Browse files
Update install-cuda-windows.sh
1 parent 8024f20 commit 021840f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/actions/install-cuda-windows.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CUDA_PACKAGES_IN=(
1212
"curand_dev"
1313
"cublas_dev"
1414
"cufft_dev"
15+
"visual_studio_integration"
1516
)
1617

1718
CUDA_VERSION_MAJOR_MINOR=${cuda}
@@ -33,8 +34,3 @@ echo "CUDA_PACKAGES ${CUDA_PACKAGES}"
3334
curl --netrc-optional -L -nv -o cuda_installer.exe "https://developer.download.nvidia.com/compute/cuda/${cuda}/network_installers/cuda_${cuda}_windows_network.exe"
3435
./cuda_installer.exe -s ${CUDA_PACKAGES}
3536
rm -f cuda_installer.exe
36-
37-
CUDA_PATH="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v${CUDA_MAJOR}.${CUDA_MINOR}"
38-
echo "CUDA_PATH=${CUDA_PATH}"
39-
export CUDA_PATH=${CUDA_PATH}
40-

0 commit comments

Comments
 (0)