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

This commit is contained in:
Vincent Zhong
2025-10-25 21:20:23 -04:00
committed by GitHub
parent b72f9f08c1
commit b4d2da106e
7 changed files with 9 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ pip install -e "python[all_hip]"
### Install Using Docker (Recommended)
The docker images are available on Docker Hub at [lmsysorg/sglang](https://hub.docker.com/r/lmsysorg/sglang/tags), built from [Dockerfile.rocm](https://github.com/sgl-project/sglang/tree/main/docker).
The docker images are available on Docker Hub at [lmsysorg/sglang](https://hub.docker.com/r/lmsysorg/sglang/tags), built from [rocm.Dockerfile](https://github.com/sgl-project/sglang/tree/main/docker).
The steps below show how to build and use an image.
@@ -68,7 +68,7 @@ The steps below show how to build and use an image.
If you use pre-built images, you can skip this step and replace `sglang_image` with the pre-built image names in the steps below.
```bash
docker build -t sglang_image -f Dockerfile.rocm .
docker build -t sglang_image -f rocm.Dockerfile .
```
2. Create a convenient alias.