Skip to content

Commit

Permalink
Switch nvidia toolkit release to current stable release, v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jocado committed Apr 23, 2024
1 parent 66ba3ad commit 0e066af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ parts:
nvidia-container-toolkit:
plugin: go
source: https://github.com/NVIDIA/nvidia-container-toolkit.git
source-tag: v1.13.5
source-tag: v1.15.0
source-depth: 1
override-pull: &arch-restrict |
[ "${CRAFT_TARGET_ARCH}" != "amd64" ] && \
Expand All @@ -274,7 +274,7 @@ parts:
libnvidia-container:
plugin: make
source: https://github.com/NVIDIA/libnvidia-container.git
source-tag: v1.13.5
source-tag: v1.15.0
source-depth: 1
override-pull: *arch-restrict
override-build: *arch-restrict
Expand Down

0 comments on commit 0e066af

Please sign in to comment.