Skip to content

Commit

Permalink
Merge branch 'cherry-pick-1.14.4' into 'release-1.14'
Browse files Browse the repository at this point in the history
Cherry-pick changes for v1.14.4

See merge request nvidia/container-toolkit/libnvidia-container!241
  • Loading branch information
Evan Lezar committed Jan 17, 2024
2 parents f30a9f4 + 9918fb2 commit 870d7c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# NVIDIA Container Toolkit Library and CLI Changelog

## 1.14.4
* Added detection of libnvdxgdmal.so.1 on WSL2
* Fix device permission check when using cgroupv2 (fixes #227)

## 1.14.3
* Bump version to 1.14.3

## 1.14.2
* Bump version to 1.14.2

## 1.14.1
* Use libelf.so on RPM-based systems due to removed mageia repositories hosting pmake and bmake.

## 1.14.0
* Promote 1.14.0~rc.3 to 1.14.0

## 1.14.0~rc.3
* Generate debian and RPM changelogs automatically.

Expand Down
1 change: 1 addition & 0 deletions src/dxcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ static const char * const dxcore_nvidia_driver_store_components[] = {
"libnvidia-ptxjitcompiler.so.1", /* Core library for PTX Jit support */
"libnvidia-ml.so.1", /* Core library for nvml */
"libnvidia-ml_loader.so", /* Core library for nvml on WSL */
"libnvdxgdmal.so.1", /* dxgdmal library for cuda */
"nvidia-smi", /* nvidia-smi binary*/
"nvcubins.bin", /* Binary containing GPU code for cuda */
};
Expand Down

0 comments on commit 870d7c5

Please sign in to comment.