Skip to content

Commit

Permalink
Mount /mnt/dockercache to docker image (#1191)
Browse files Browse the repository at this point in the history
### Ticket
N/A

### Problem description
Mount /mnt/dockercache to docker image.
 - /mnt/dockercache:/mnt/dockercache
This was removed by accident in refactor
41464a8 [CI] reorganize workflows to
use python wheel (#1160)

### What's changed
Add mount /mnt/dockercache to docker image.
 - /mnt/dockercache:/mnt/dockercache

### Checklist
- [ x] New/Existing tests provide coverage for changes
  • Loading branch information
vmilosevic authored Feb 6, 2025
1 parent 5b5aa6b commit 8a6288d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- /etc/udev/rules.d:/etc/udev/rules.d
- /lib/modules:/lib/modules
- /opt/tt_metal_infra/provisioning/provisioning_env:/opt/tt_metal_infra/provisioning/provisioning_env
- /mnt/dockercache:/mnt/dockercache

steps:

- name: Fetch job id
Expand Down

0 comments on commit 8a6288d

Please sign in to comment.