We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd3dfd commit a15ce1aCopy full SHA for a15ce1a
README.md
@@ -80,11 +80,11 @@ sudo apt-get install -y --no-install-recommends firefox-esr
80
81
If not done, pull the docker image:
82
```
83
-docker pull lintoai/sak:latest
+docker pull lintoai/ssak:latest
84
85
or build it:
86
87
-docker build -t lintoai/sak:latest .
+docker build -t lintoai/ssak:latest .
88
89
90
Run it, with advised options:
@@ -94,7 +94,7 @@ docker run -it --rm \
94
--user $(id -u):$(id -g) \
95
--env HOME=~ --workdir ~ \
96
-v /home:/home \
97
- --name sak_workspace \
98
- lintoai/sak:latest
+ --name ssak_workspace \
+ lintoai/ssak:latest
99
100
(also add `--gpus all` to use GPU).
0 commit comments