Skip to content

Commit 2b60933

Browse files
committed
Trying another format for GPU options
Signed-off-by: Jean-Francois Panisset <[email protected]>
1 parent dd3ee3c commit 2b60933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpu_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dpkg -l | grep container-toolkit
1414
- name: upgrade NVIDIA Container Toolkit
1515
run: |
16-
apt-get install --only-upgrade nvidia-container-toolkit
16+
sudo apt-get install --only-upgrade nvidia-container-toolkit
1717
- name: new version of NVIDIA Container Toolkit
1818
run: |
1919
dpkg -l | grep container-toolkit
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04-gpu-t4-4c-16g-176h
2323
container:
2424
image: aswf/ci-osl:2025
25-
options: --gpus all,capabilities=graphics,utility
25+
options: -e NVIDIA_DRIVER_CAPABILITIES=graphics,utility --gpus all
2626
# env:
2727
# DISPLAY: $DISPLAY
2828
# QT_X11_NO_MITSHM: 1

0 commit comments

Comments
 (0)