Skip to content

Commit

Permalink
install all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jul 18, 2024
1 parent 9503a01 commit 5386730
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-drivers-555 cuda-drivers cuda-demo-suite-12-1 cuda-runtime-12-1 cuda-12-1
sudo apt-get -y install -f cuda-drivers-555 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 5386730

Please sign in to comment.