Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jul 18, 2024
1 parent 8ad8a01 commit 3d13011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
wget -q https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt-get update
sudo apt-get -y install cuda-demo-suite-12-1 cuda-runtime-12-1 cuda-12-1
sudo apt-get -y install cuda-drivers cuda-demo-suite-12-1 cuda-runtime-12-1 cuda-12-1
cd nccl
make -j4 pkg.debian.build
sudo dpkg -i build/pkg/deb/libnccl*.deb
Expand Down

0 comments on commit 3d13011

Please sign in to comment.