File tree Expand file tree Collapse file tree 3 files changed +28
-6
lines changed
Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 11nvidia-container-toolkit (1.10.0~rc.2-1) experimental; urgency=medium
22
3- * Dummy entry
4-
5- -- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 12 Apr 2022 10:43:20 +0200
3+ * Add support for NVIDIA_REQUIRE_* checks for cuda version and arch to csv mode
4+ * Switch to debug logging to reduce log verbosity
5+ * Support logging to logs requested in command line
6+ * Fix bug when launching containers with relative root path (e.g. using containerd)
7+ * Allow low-level runtime path to be set explicitly as nvidia-container-runtime.runtimes option
8+ * Fix failure to locate low-level runtime if PATH envvar is unset
9+ * Replace experimental option for NVIDIA Container Runtime with nvidia-container-runtime.mode = csv option
10+ * Use csv as default mode on Tegra systems without NVML
11+ * Add --version flag to all CLIs
12+ * [libnvidia-container] Bump libtirpc to 1.3.2
13+ * [libnvidia-container] Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
14+ * [libnvidia-container] Add libcudadebugger.so to list of compute libraries
15+
16+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 13 May 2022 13:41:10 +0200
617
718nvidia-container-toolkit (1.10.0~rc.1-1) experimental; urgency=medium
819
Original file line number Diff line number Diff line change @@ -67,8 +67,19 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
6767/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
6868
6969%changelog
70- * Tue Apr 12 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
71- - Dummy entry
70+ * Fri May 13 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.2
71+ - Add support for NVIDIA_REQUIRE_* checks for cuda version and arch to csv mode
72+ - Switch to debug logging to reduce log verbosity
73+ - Support logging to logs requested in command line
74+ - Fix bug when launching containers with relative root path (e.g. using containerd)
75+ - Allow low-level runtime path to be set explicitly as nvidia-container-runtime.runtimes option
76+ - Fix failure to locate low-level runtime if PATH envvar is unset
77+ - Replace experimental option for NVIDIA Container Runtime with nvidia-container-runtime.mode = csv option
78+ - Use csv as default mode on Tegra systems without NVML
79+ - Add --version flag to all CLIs
80+ - [libnvidia-container] Bump libtirpc to 1.3.2
81+ - [libnvidia-container] Fix bug when running host ldconfig using glibc compiled with a non-standard prefix
82+ - [libnvidia-container] Add libcudadebugger.so to list of compute libraries
7283
7384* Thu Mar 24 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.10.0-0.1.rc.1
7485- Include nvidia-ctk CLI in installed binaries
You can’t perform that action at this time.
0 commit comments