Skip to content

Commit 3616055

Browse files
authored
Merge pull request #1333 from elezar/bump-libnvidia-container-e78456a4
Bump third_party/libnvidia-container from 6eda4d7 to e78456a
2 parents 53b39f1 + 5a2bce4 commit 3616055

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
- Bump nvidia/cuda to 12.9.1 in /deployments/container
1010

11+
### Changes in libnvidia-container
12+
- Add clock_gettime to allowed syscalls
13+
- Add libnvidia-gpucomp.so to the list of compute libs
14+
1115
## v1.17.8
1216

1317
- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.

versions.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=4
3030
GIT_COMMIT_SHORT ?= $(shell git rev-parse --short HEAD 2> /dev/null || echo "")
3131
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD 2> /dev/null || echo "${GIT_COMMIT}")
3232
SOURCE_DATE_EPOCH ?= $(shell git log -1 --format=%ct 2> /dev/null || echo "")
33+
34+
ifeq ($(IMAGE_NAME),)
35+
REGISTRY ?= nvidia
36+
IMAGE_NAME := $(REGISTRY)/container-toolkit
37+
endif
38+
39+
VERSION ?= $(LIB_VERSION)$(if $(LIB_TAG),-$(LIB_TAG))

0 commit comments

Comments
 (0)