docs: add shm size for docker run (#1986)
This commit is contained in:
@@ -34,6 +34,7 @@ Replace `<secret>` below with your huggingface hub [token](https://huggingface.c
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --gpus all \
|
docker run --gpus all \
|
||||||
|
--shm-size 32g \
|
||||||
-p 30000:30000 \
|
-p 30000:30000 \
|
||||||
-v ~/.cache/huggingface:/root/.cache/huggingface \
|
-v ~/.cache/huggingface:/root/.cache/huggingface \
|
||||||
--env "HF_TOKEN=<secret>" \
|
--env "HF_TOKEN=<secret>" \
|
||||||
|
|||||||
Reference in New Issue
Block a user