We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9804f71 commit f7a2eedCopy full SHA for f7a2eed
docker/README.md
@@ -10,7 +10,7 @@ Use command `tinker9.docker -h` to see the valid values of `CudaVersion` and `St
10
# Steps to Install Docker on Ubuntu
11
12
Checking the newest official installation guide for nvidia container toolkit
13
-is recommended.
+is recommended. The following steps are the old commands, but the general ideas are similar.
14
15
### 1. Remove the old docker version as necessary
16
```bash
@@ -56,4 +56,4 @@ sudo systemctl restart docker
56
sudo groupadd docker
57
sudo usermod -aG docker $USER
58
sudo reboot
59
-```
+```
0 commit comments