We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc1f94 commit 791aefcCopy full SHA for 791aefc
.github/workflows/gh-build-and-test.yml
@@ -87,7 +87,7 @@ jobs:
87
# Our self-hosted runners require a container
88
# TODO: use a different (nvidia?) container
89
container:
90
- options: -u root --security-opt seccomp=unconfined --privileged --shm-size 16g
+ options: -u root --security-opt seccomp=unconfined --shm-size 16g
91
image: ubuntu:22.04
92
env:
93
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
0 commit comments