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 f7a2eed commit 294c0d9Copy full SHA for 294c0d9
docker/README.md
@@ -1,12 +1,18 @@
1
# About This Python Script
2
3
+The following commands are expected to run in the directory `tinker9/docker`.
4
+The parent directory `tinker9` should be a git clone.
5
+
6
To use this script, run
7
```bash
8
tinker9.docker [CudaVersion] [Stage] | bash
9
```
10
11
Use command `tinker9.docker -h` to see the valid values of `CudaVersion` and `Stage`.
12
13
+These commands will create `*.dockerfile` files which will be ignored by git.
14
+Feel free to delete them anytime.
15
16
# Steps to Install Docker on Ubuntu
17
18
Checking the newest official installation guide for nvidia container toolkit
0 commit comments