Skip to content

Commit c318461

Browse files
committed
3.2.0
Fix a typo in the ReadMe file.
1 parent 8df8139 commit c318461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ This branch is used for archiving the dependencies used for building the project
3030
Save the script in `~/`, then run the docker:
3131

3232
```bash
33-
$ docker run --gpus all --rm -it --shm-size=1g ubuntu:jammy
33+
docker run --gpus all --rm -it --shm-size=1g ubuntu:jammy
3434
```
3535

36-
After that, run the following commands inside the container:
36+
After that, run the following commands inside the container (root mode):
3737

3838
```bash
3939
cd ~ && apt update && apt install wget

0 commit comments

Comments
 (0)