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 ea18d2e commit a5730feCopy full SHA for a5730fe
readme.md
@@ -17,6 +17,7 @@ and mounts the current working directory and `/home` on the host machine
17
to `/workdir` and `/home_host` in the container respectively.
18
```
19
docker run -d --init \
20
+ --platform linux/amd64 \
21
--hostname jupyterhub-pytorch \
22
--log-opt max-size=50m \
23
-p 8000:8000 \
@@ -33,6 +34,7 @@ The following command (only works on Linux) does the same as the above one
33
34
except that it limits the use of CPU and memory.
35
36
37
38
39
40
--memory=$(($(head -n 1 /proc/meminfo | awk '{print $2}') * 4 / 5))k \
0 commit comments