Unverified Commit 47ffe7af authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

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

parent b3523af8
......@@ -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>" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment