Skip to content

Commit

Permalink
add device...
Browse files Browse the repository at this point in the history
  • Loading branch information
odjuricicTT committed Nov 14, 2024
1 parent e0f8965 commit 6344db1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,13 @@ jobs:

container:
image: ${{ needs.build-image.outputs.docker-image }}
options: --device /dev/tenstorrent/0
volumes:
- /dev/hugepages:/dev/hugepages
- /dev/hugepages-1G:/dev/hugepages-1G
- /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

steps:

Expand Down

0 comments on commit 6344db1

Please sign in to comment.