Skip to content

Commit 3f7a2fb

Browse files
authored
[main][doc] Instructions for using permissions added to docker (#5092)
### What this PR does / why we need it? Instructions for using permissions added to docker ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut - vLLM version: v0.12.0 - vLLM main: vllm-project/vllm@ad32e3e Signed-off-by: lilinsiman <[email protected]>
1 parent 06b82e7 commit 3f7a2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/faqs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,6 @@ This is often due to system compatibility issues. You can resolve this by using
240240
2. Transfer the image archive
241241

242242
Copy the `vllm_ascend_<tag>.tar` file (where `<tag>` is the image tag you used) to your target machine
243+
244+
### 21. Why am I getting an error when executing the script to start a Docker container? The error message is: "operation not permitted".
245+
When using `--shm-size`, you may need to add the `--privileged=true` flag to your `docker run` command to grant the container necessary permissions. Please be aware that using `--privileged=true` grants the container extensive privileges on the host system, which can be a security risk. Only use this option if you understand the implications and trust the container's source.

0 commit comments

Comments
 (0)