Skip to content

Commit

Permalink
Merge pull request #8 from Paperspace/colin/apt-install
Browse files Browse the repository at this point in the history
fix: Use APT_INSTALL variable consistently
  • Loading branch information
joshua-paperspace authored Jan 5, 2023
2 parents 9090823 + 94e5288 commit 827db2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml_in_a_box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
sudo apt-get install libcudnn8=8.5.0.*-1+cuda11.7
sudo apt-get install libcudnn8-dev=8.5.0.*-1+cuda11.7
sudo $APT_INSTALL libcudnn8=8.5.0.*-1+cuda11.7
sudo $APT_INSTALL libcudnn8-dev=8.5.0.*-1+cuda11.7


# ==================================================================
Expand Down

0 comments on commit 827db2a

Please sign in to comment.