Skip to content

Commit

Permalink
run load docker image on cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikey-vyas committed Aug 25, 2024
1 parent a83c1b1 commit d25b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
${{ runner.os }}-docker-${{ inputs.model-id }}
- name: Load Docker image
if: steps.cache.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit == 'true'
run: |
docker load -i /tmp/${{ inputs.model-id }}.tar
Expand Down

0 comments on commit d25b9d6

Please sign in to comment.