Skip to content

Commit

Permalink
#8082: mount options in docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 10, 2024
1 parent 019a772 commit d715f06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
options: >-
--privileged
--volume="/dev/hugepages-1G:/dev/hugepages-1G"
--volume="/etc/group:/etc/group:ro"
--volume="/etc/passwd:/etc/passwd:ro"
--volume="/etc/shadow:/etc/shadow:ro"
--device="/dev/tenstorrent"
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
- name: Set up dynamic env vars for build
Expand Down

0 comments on commit d715f06

Please sign in to comment.