mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 23:42:06 +00:00
Compress Docker layers with zstd instead of gzip
Image is smaller but most importantly way faster to decompress. L4 g6.2xlarge (base) in 1m53.837s (1m53.837s including waiting). Image size: 5650343354 bytes. L4 g6.2xlarge (zsd ) in 1m25.92s (1m25.92s including waiting). Image size: 4581485004 bytes.
This commit is contained in:
parent
ed96ba6503
commit
51e7d98b6b
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -196,7 +196,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ env.DOCKERFILE }}
|
file: ${{ env.DOCKERFILE }}
|
||||||
push: true
|
|
||||||
platforms: 'linux/amd64'
|
platforms: 'linux/amd64'
|
||||||
build-args: |
|
build-args: |
|
||||||
GIT_SHA=${{ env.GITHUB_SHA }}
|
GIT_SHA=${{ env.GITHUB_SHA }}
|
||||||
|
Loading…
Reference in New Issue
Block a user