Skip to content

Commit

Permalink
Cherry pick from microsoft#23569 : add cuda-nvml-dev-11-6
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed May 17, 2022
1 parent 3b4a5d6 commit 61cfa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azure-pipelines/linux/provision-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repo
add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
apt-get -y update
apt-get install -y --no-install-recommends cuda-compiler-11-6 cuda-libraries-dev-11-6 cuda-driver-dev-11-6 \
cuda-cudart-dev-11-6 libcublas-11-6 libcurand-dev-11-6 libcudnn8-dev libnccl2 libnccl-dev
cuda-cudart-dev-11-6 libcublas-11-6 libcurand-dev-11-6 cuda-nvml-dev-11-6 libcudnn8-dev libnccl2 libnccl-dev

# Install PowerShell
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb
Expand Down

0 comments on commit 61cfa1e

Please sign in to comment.