Skip to content

Commit

Permalink
Attempt to speedup build with cache-from and cache-to
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Oct 29, 2024
1 parent 9c4b980 commit 0071f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
push: true
file: Dockerfile.bundled_model
tags: koyeb/bundled-meta-llama-llama-3.1-8b:latest
cache-from: type=registry,ref=koyeb/bundled-meta-llama-llama-3.1-8b:latest
cache-to: type=inline
build-args: |
MODEL_NAME=meta-llama/Llama-3.1-8B
HF_TOKEN=${{ secrets.HUGGINGFACE_TOKEN }}

0 comments on commit 0071f6f

Please sign in to comment.