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 dd3ee3c commit 2b60933Copy full SHA for 2b60933
.github/workflows/gpu_test.yml
@@ -13,7 +13,7 @@ jobs:
13
dpkg -l | grep container-toolkit
14
- name: upgrade NVIDIA Container Toolkit
15
run: |
16
- apt-get install --only-upgrade nvidia-container-toolkit
+ sudo apt-get install --only-upgrade nvidia-container-toolkit
17
- name: new version of NVIDIA Container Toolkit
18
19
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-20.04-gpu-t4-4c-16g-176h
23
container:
24
image: aswf/ci-osl:2025
25
- options: --gpus all,capabilities=graphics,utility
+ options: -e NVIDIA_DRIVER_CAPABILITIES=graphics,utility --gpus all
26
# env:
27
# DISPLAY: $DISPLAY
28
# QT_X11_NO_MITSHM: 1
0 commit comments