ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

write how to install nvidia-docker #117

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee > /etc/apt/sources.list.d/nvidia-docker.list
sudo apt update -y
sudo apt install -y nvidia-docker2
sudo systemctl restart docker
t-hishinuma commented 2 years ago

As a result of my research, the download URL and authentication key are changed regularly. It is difficult to follow this, so I close this Issue.