Remove zstd compression for building Dockerfile.gb200 (#8442)
This commit is contained in:
2
.github/workflows/release-docker-gb200.yml
vendored
2
.github/workflows/release-docker-gb200.yml
vendored
@@ -33,4 +33,4 @@ jobs:
|
||||
version=$(cat python/sglang/version.py | cut -d'"' -f2)
|
||||
tag=v${version}-cu128-gb200
|
||||
|
||||
docker buildx build --platform linux/arm64 --push --output type=image,compression=zstd -t lmsysorg/sglang:${tag} -f docker/Dockerfile.gb200 --build-arg CUDA_VERSION=12.8.1 --build-arg BUILD_TYPE=blackwell --no-cache .
|
||||
docker buildx build --platform linux/arm64 --push --output type=image -t lmsysorg/sglang:${tag} -f docker/Dockerfile.gb200 --build-arg CUDA_VERSION=12.8.1 --build-arg BUILD_TYPE=blackwell --no-cache .
|
||||
|
||||
Reference in New Issue
Block a user