We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22864f0 commit e5da805Copy full SHA for e5da805
.github/workflows/sycl_linux_precommit_aws.yml
@@ -59,7 +59,7 @@ jobs:
59
name: CUDA E2E
60
runner: '["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
61
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
62
- image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
+ image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
63
target_devices: ext_oneapi_cuda:gpu
64
# No idea why but that seems to work and be in sync with the main
65
# pre-commit workflow.
0 commit comments