Skip to content

Commit

Permalink
adjust container resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Sep 8, 2024
1 parent 9bc10a8 commit 03af08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container:
image: ghcr.io/parthenon-hpc-lab/cuda11.6-noascent
# map to local user id on CI machine to allow writing to build cache
options: --user 1001
options: --user 1001 --cap-add CAP_SYS_PTRACE --shm-size="8g" --ulimit memlock=134217728
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 03af08f

Please sign in to comment.