discord-bot / on_startup.sh
Sébastien De Greef
chore: Update startup scripts and add main.py
39c827a
raw
history blame
No virus
370 Bytes
echo "#### BOT ROOT INSTALL ####"
wget https://developer.download.nvidia.com/compute/cudnn/9.1.1/local_installers/cudnn-local-repo-ubuntu2204-9.1.1_1.0-1_amd64.deb
sudo dpkg -i cudnn-local-repo-ubuntu2204-9.1.1_1.0-1_amd64.deb
sudo cp /var/cudnn-local-repo-ubuntu2204-9.1.1/cudnn-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda cudnn