From 3773614d18a7f8dbf9c93e474f353a8a6f6b399f Mon Sep 17 00:00:00 2001 From: Julien Castets Date: Tue, 29 Oct 2024 15:34:39 +0100 Subject: [PATCH] Set zstd compression --- .github/workflows/main.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ea7d92c..113e91d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,12 +21,14 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: - context: . push: true + context: . file: Dockerfile.bundled_model tags: koyeb/meta-llama-3.1-8b:latest cache-from: type=registry,ref=koyeb/meta-llama-3.1-8b:latest cache-to: type=inline + outputs: | + type=registry,compression=zstd build-args: | MODEL_NAME=meta-llama/Llama-3.1-8B HF_TOKEN=${{ secrets.HUGGINGFACE_TOKEN }}