Skip to content

Commit f7a2eed

Browse files
authored
Update README.md
1 parent 9804f71 commit f7a2eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use command `tinker9.docker -h` to see the valid values of `CudaVersion` and `St
1010
# Steps to Install Docker on Ubuntu
1111

1212
Checking the newest official installation guide for nvidia container toolkit
13-
is recommended.
13+
is recommended. The following steps are the old commands, but the general ideas are similar.
1414

1515
### 1. Remove the old docker version as necessary
1616
```bash
@@ -56,4 +56,4 @@ sudo systemctl restart docker
5656
sudo groupadd docker
5757
sudo usermod -aG docker $USER
5858
sudo reboot
59-
```
59+
```

0 commit comments

Comments
 (0)