Skip to content

Commit

Permalink
try to fix downgrade issue in nvidia packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Nov 25, 2024
1 parent 6dfc86d commit b7f7c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_ubuntu_gpu_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ runs:
sudo apt-get install -y nvidia-gds-${CUDA_VERSION}
sudo apt-get install -y libnvidia-common-${UBUNTU_PACKAGE_SUFFIX}
sudo apt-get install -y libnvidia-gl-${UBUNTU_PACKAGE_SUFFIX}
sudo apt-get install -y libnvidia-compute-${UBUNTU_PACKAGE_SUFFIX}
sudo apt-get install -y libnvidia-compute-${UBUNTU_PACKAGE_SUFFIX} --allow-downgrades
sudo apt-get install -y libnvidia-decode-${UBUNTU_PACKAGE_SUFFIX}
sudo apt-get install -y libnvidia-encode-${UBUNTU_PACKAGE_SUFFIX}

0 comments on commit b7f7c61

Please sign in to comment.