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 0ec605d commit 9d96aebCopy full SHA for 9d96aeb
.github/workflows/gpu_test.yml
@@ -10,8 +10,12 @@ jobs:
10
steps:
11
- name: version of NVIDIA Container Toolkit
12
run: |
13
- dpkg -l | grep conainer-toolkit
+ dpkg -l | grep container-toolkit
14
+ - name: upgrade NVIDIA Container Toolkit
15
+ run: |
16
apt-get install --only-upgrade nvidia-container-toolkit
17
+ - name: new version of NVIDIA Container Toolkit
18
19
dpkg -l | grep container-toolkit
20
ubuntu-gpu:
21
# runs-on: ubuntu-20.04-gpu-6c-112g-336h-16vr
0 commit comments