Update amd docker image. (#8045)

Co-authored-by: Hubert Lu <55214931+hubertlu-tw@users.noreply.github.com>
This commit is contained in:
Sai Enduri
2025-07-15 15:09:56 -07:00
committed by GitHub
parent 14f1f1514b
commit f06bd210c0
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ else
fi
# Pull the image
IMAGE="ghcr.io/saienduri/sglang:aiter-1.3"
IMAGE="rocm/sgl-dev:v0.4.9.post2-rocm630-mi30x-20250715"
echo "Pulling Docker image: $IMAGE"
docker pull "$IMAGE"