Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit 9bcc8e0

Browse files
committed
Bump toolkit to 1.0.2 and runtime to 3.1.1
Signed-off-by: Jordan Jacobelli <[email protected]>
1 parent 615fd3f commit 9bcc8e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

runtime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DOCKER ?= docker
44
MKDIR ?= mkdir
55

6-
VERSION := 3.1.0
6+
VERSION := 3.1.1
77
PKG_REV := 1
88

99
DIST_DIR := $(CURDIR)/../dist

runtime/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9)
1010

1111
Package: nvidia-container-runtime
1212
Architecture: any
13-
Depends: ${shlibs:Depends}, ${misc:Depends}, nvidia-container-toolkit (>= 1.0.1), nvidia-container-toolkit (<< 2.0.0), libseccomp2
13+
Depends: ${shlibs:Depends}, ${misc:Depends}, nvidia-container-toolkit (>= 1.0.2), nvidia-container-toolkit (<< 2.0.0), libseccomp2
1414
Description: NVIDIA container runtime
1515
Provides a modified version of runc allowing users to run GPU enabled
1616
containers.

runtime/rpm/SPECS/nvidia-container-runtime.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Source0: nvidia-container-runtime
1515
Source1: LICENSE
1616

1717
Obsoletes: nvidia-container-runtime < 2.0.0
18-
Requires: nvidia-container-toolkit >= 1.0.1, nvidia-container-toolkit < 2.0.0
18+
Requires: nvidia-container-toolkit >= 1.0.2, nvidia-container-toolkit < 2.0.0
1919
Requires: libseccomp
2020

2121
%description

toolkit/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DOCKER ?= docker
44

55
MKDIR ?= mkdir
66

7-
VERSION := 1.0.1
7+
VERSION := 1.0.2
88

99
DIST_DIR := $(CURDIR)/../dist
1010

0 commit comments

Comments
 (0)