Skip to content

Commit e5da805

Browse files
[CI] Pass NVIDIA_DISABLE_REQUIRE=1 to container options on CUDA AWS (#12103)
Hopefully it will fix CI.
1 parent 22864f0 commit e5da805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl_linux_precommit_aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: CUDA E2E
6060
runner: '["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
6161
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
62-
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
62+
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
6363
target_devices: ext_oneapi_cuda:gpu
6464
# No idea why but that seems to work and be in sync with the main
6565
# pre-commit workflow.

0 commit comments

Comments
 (0)