diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 696ac27..fd81e1b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -49,12 +49,8 @@ jobs: options: >- --gpus all --privileged - --security-opt seccomp=unconfined - --security-opt apparmor=unconfined - --cap-add=ALL --env NVIDIA_DRIVER_CAPABILITIES=all --env NVIDIA_VISIBLE_DEVICES=all - --user 0:0 steps: - name: Checkout repository uses: actions/checkout@v4