Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
5922c0cb
"src/vscode:/vscode.git/clone" did not exist on "737d7fc3b00bd970db7dd54aa04be850b7533495"
Unverified
Commit
5922c0cb
authored
Jul 27, 2025
by
kyleliang-nv
Committed by
GitHub
Jul 27, 2025
Browse files
Remove zstd compression for building Dockerfile.gb200 (#8442)
parent
6d6a8bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release-docker-gb200.yml
.github/workflows/release-docker-gb200.yml
+1
-1
No files found.
.github/workflows/release-docker-gb200.yml
View file @
5922c0cb
...
...
@@ -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 .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment