docs: add shm size for docker run (#1986)

This commit is contained in:
Yineng Zhang
2024-11-10 22:14:48 +08:00
committed by GitHub
parent b3523af8eb
commit 47ffe7af81

View File

@@ -34,6 +34,7 @@ Replace `<secret>` below with your huggingface hub [token](https://huggingface.c
```bash
docker run --gpus all \
--shm-size 32g \
-p 30000:30000 \
-v ~/.cache/huggingface:/root/.cache/huggingface \
--env "HF_TOKEN=<secret>" \