Skip to content

Commit

Permalink
Restore LFS files when building images
Browse files Browse the repository at this point in the history
The current build process fails to include model weights in worker images because we are failing to restore LFS files.

Fixes #208
  • Loading branch information
renatolfc authored Nov 28, 2024
1 parent 241cb09 commit a4749fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
image-name: cache
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: 'Az CLI login'
uses: azure/login@v1
with:
Expand Down

0 comments on commit a4749fa

Please sign in to comment.