From 333e5405ec52886671bd136a4f0946bd3c6cb2d0 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Mon, 30 Mar 2026 14:24:47 -0400 Subject: [PATCH] Try running without root --- .github/workflows/test-wheel-linux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-wheel-linux.yml b/.github/workflows/test-wheel-linux.yml index c5061a16eb..1ebbbef588 100644 --- a/.github/workflows/test-wheel-linux.yml +++ b/.github/workflows/test-wheel-linux.yml @@ -81,7 +81,6 @@ jobs: # Our self-hosted runners require a container # TODO: use a different (nvidia?) container container: - options: -u root --security-opt seccomp=unconfined --shm-size 16g image: ubuntu:22.04 env: NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}