Skip to content

Commit a15ce1a

Browse files
authored
Fix typo
1 parent ccd3dfd commit a15ce1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ sudo apt-get install -y --no-install-recommends firefox-esr
8080

8181
If not done, pull the docker image:
8282
```
83-
docker pull lintoai/sak:latest
83+
docker pull lintoai/ssak:latest
8484
```
8585
or build it:
8686
```
87-
docker build -t lintoai/sak:latest .
87+
docker build -t lintoai/ssak:latest .
8888
```
8989

9090
Run it, with advised options:
@@ -94,7 +94,7 @@ docker run -it --rm \
9494
--user $(id -u):$(id -g) \
9595
--env HOME=~ --workdir ~ \
9696
-v /home:/home \
97-
--name sak_workspace \
98-
lintoai/sak:latest
97+
--name ssak_workspace \
98+
lintoai/ssak:latest
9999
```
100100
(also add `--gpus all` to use GPU).

0 commit comments

Comments
 (0)