Skip to content

Commit 22a32b1

Browse files
s
1 parent 6b86cf2 commit 22a32b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ur-precommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ jobs:
8383
- name: CUDA
8484
runner: UR_CUDA
8585
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
86-
image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
86+
image_options: -u 1001 --privileged --cap-add SYS_ADMIN
8787
- name: OPENCL
8888
runner: UR_OPENCL
8989
platform: "Intel(R) OpenCL"
9090
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
91-
image_options: -u 1001 --gpus all --device=/dev/dri --cap-add SYS_ADMIN
91+
image_options: -u 1001 --gpus all --device=/dev/dri --privileged --cap-add SYS_ADMIN
9292
- name: OPENCL
9393
runner: UR_OPENCL
9494
platform: "OPENCL:Intel(R) OpenCL"
9595
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
96-
image_options: -u 1001 --gpus all --device=/dev/dri --cap-add SYS_ADMIN
96+
image_options: -u 1001 --gpus all --device=/dev/dri --privileged --cap-add SYS_ADMIN
9797
other_adapter: NATIVE_CPU
9898
- name: NATIVE_CPU
9999
runner: UR_NATIVE_CPU

0 commit comments

Comments
 (0)