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
7df7c679
"src/vscode:/vscode.git/clone" did not exist on "27520bc5154be34340f7574d6034b92822883c2b"
Unverified
Commit
7df7c679
authored
Jun 14, 2025
by
Yineng Zhang
Committed by
GitHub
Jun 14, 2025
Browse files
feat: use zstd for docker (#7205)
parent
38af4f68
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release-docker-blackwell.yml
.github/workflows/release-docker-blackwell.yml
+1
-1
.github/workflows/release-docker-dev.yml
.github/workflows/release-docker-dev.yml
+1
-1
No files found.
.github/workflows/release-docker-blackwell.yml
View file @
7df7c679
...
...
@@ -32,5 +32,5 @@ jobs:
-
name
:
Build and Push Blackwell Image
run
:
|
docker build . -f docker/Dockerfile.blackwell -t lmsysorg/sglang:blackwell --no-cache
docker build
x build --output type=image,compression=zstd
. -f docker/Dockerfile.blackwell -t lmsysorg/sglang:blackwell --no-cache
docker push lmsysorg/sglang:blackwell
.github/workflows/release-docker-dev.yml
View file @
7df7c679
...
...
@@ -32,5 +32,5 @@ jobs:
-
name
:
Build and Push Dev Image
run
:
|
docker build . -f docker/Dockerfile.dev -t lmsysorg/sglang:dev --no-cache
docker build
x build --output type=image,compression=zstd
. -f docker/Dockerfile.dev -t lmsysorg/sglang:dev --no-cache
docker push lmsysorg/sglang:dev
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