Skip to content

Commit 791aefc

Browse files
committed
remove --privileged flag
1 parent ddc1f94 commit 791aefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Our self-hosted runners require a container
8888
# TODO: use a different (nvidia?) container
8989
container:
90-
options: -u root --security-opt seccomp=unconfined --privileged --shm-size 16g
90+
options: -u root --security-opt seccomp=unconfined --shm-size 16g
9191
image: ubuntu:22.04
9292
env:
9393
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}

0 commit comments

Comments
 (0)