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 8df8139 commit c318461Copy full SHA for c318461
README.md
@@ -30,10 +30,10 @@ This branch is used for archiving the dependencies used for building the project
30
Save the script in `~/`, then run the docker:
31
32
```bash
33
-$ docker run --gpus all --rm -it --shm-size=1g ubuntu:jammy
+docker run --gpus all --rm -it --shm-size=1g ubuntu:jammy
34
```
35
36
-After that, run the following commands inside the container:
+After that, run the following commands inside the container (root mode):
37
38
39
cd ~ && apt update && apt install wget
0 commit comments