Fix sgl-deep-ep builder dependencies (#33866)

This commit is contained in:
Baizhou Zhang
2026-08-06 16:30:02 -07:00
committed by GitHub
parent bae29f716a
commit e0af47b03e
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ docker build \
--build-arg CUDA_TAG="${CUDA_TAG}" \
--build-arg PYTHON_TAG="${PYTHON_TAG}" \
--build-arg ARCHITECTURE="${ARCHITECTURE}" \
--build-arg TORCH_VERSION="${TORCH_VERSION:-2.11.0}" \
--build-arg TORCH_VERSION="${TORCH_VERSION:-2.13.0}" \
--tag "${IMAGE_TAG}" \
--network=host \
"${REPOSITORY_ROOT}/docker"