[docs] upd docker files names everywhere (#12133)

This commit is contained in:
Vincent Zhong
2025-10-25 18:20:23 -07:00
committed by GitHub
parent b72f9f08c1
commit b4d2da106e
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ git clone https://github.com/sgl-project/sglang.git
cd sglang/docker
# Build the docker image
docker build -t <image_name> -f Dockerfile.npu .
docker build -t <image_name> -f npu.Dockerfile .
alias drun='docker run -it --rm --privileged --network=host --ipc=host --shm-size=16g \
--device=/dev/davinci0 --device=/dev/davinci1 --device=/dev/davinci2 --device=/dev/davinci3 \