Skip to content

Commit

Permalink
remove cahce
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Jan 15, 2024
1 parent a723840 commit 094d74f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-docker-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ jobs:
- name: build aikit
run: |
docker buildx build . -t aikit:test \
--load --progress plain \
--cache-from=type=gha,scope=aikit \
--cache-to=type=gha,scope=aikit,mode=max
--load --progress plain
- name: build test model
run: |
docker buildx build . -t testmodel:test \
-f test/aikitfile-${{ github.event.inputs.backend }}.yaml \
--load --progress plain \
--cache-from=type=gha,scope=testmodel \
--cache-to=type=gha,scope=testmodel,mode=max
--load --progress plain
- name: list images
run: docker images
Expand Down

0 comments on commit 094d74f

Please sign in to comment.