Skip to content

Commit 9d96aeb

Browse files
committed
More detailed upgrading
Signed-off-by: Jean-Francois Panisset <[email protected]>
1 parent 0ec605d commit 9d96aeb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/gpu_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ jobs:
1010
steps:
1111
- name: version of NVIDIA Container Toolkit
1212
run: |
13-
dpkg -l | grep conainer-toolkit
13+
dpkg -l | grep container-toolkit
14+
- name: upgrade NVIDIA Container Toolkit
15+
run: |
1416
apt-get install --only-upgrade nvidia-container-toolkit
17+
- name: new version of NVIDIA Container Toolkit
18+
run: |
1519
dpkg -l | grep container-toolkit
1620
ubuntu-gpu:
1721
# runs-on: ubuntu-20.04-gpu-6c-112g-336h-16vr

0 commit comments

Comments
 (0)