Skip to content

Commit 61d94f7

Browse files
authored
Merge pull request #1080 from elezar/bump-release-v1.17.7
Bump release v1.17.7
2 parents becddb7 + e2ff683 commit 61d94f7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# NVIDIA Container Toolkit Changelog
22

3+
## v1.17.7
4+
5+
- Fix mode detection on Thor-based systems. This correctly resolves `auto` mode to `csv`.
6+
- Fix resolution of libs in LDCache on ARM. This fixes CDI spec generation on ARM-based systems using NVML.
7+
8+
### Changes in the Toolkit Container
9+
10+
- Bump CUDA base image version to 12.9.0
11+
12+
### Changes in libnvidia-container
13+
14+
- Add `--cuda-compat-mode` flag to the `nvidia-container-cli configure` command.
15+
316
## v1.17.6
417

518
### Changes in the Toolkit Container

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
LIB_NAME := nvidia-container-toolkit
16-
LIB_VERSION := 1.17.6
16+
LIB_VERSION := 1.17.7
1717
LIB_TAG :=
1818

1919
# The package version is the combination of the library version and tag.

0 commit comments

Comments
 (0)