Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write how to install nvidia-docker #117

Closed
t-hishinuma opened this issue Apr 30, 2022 · 1 comment
Closed

write how to install nvidia-docker #117

t-hishinuma opened this issue Apr 30, 2022 · 1 comment

Comments

@t-hishinuma
Copy link
Contributor

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
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant