-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kevin Klues <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
nvidia-container-toolkit (1.1.0-1) UNRELEASED; urgency=medium | ||
|
||
* Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* (Closes: #XXXXXX) | ||
* Extend fields we inspect in the runc spec to include linux capabilities (Closes: #XXXXXX) | ||
* Add support for MIG (Closes: #XXXXXX) | ||
* 4e4de762 Update build system to support multi-arch builds | ||
* fcc1d116 Add support for MIG (Multi-Instance GPUs) | ||
* d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* | ||
* 60f165ad Add no-pivot option to toolkit | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Wed, 07 Mar 2018 05:47:37 +0000 | ||
-- NVIDIA CORPORATION <[email protected]> Fri, 15 May 2020 12:05:32 -0700 | ||
|
||
nvidia-container-toolkit (1.0.5-1) UNRELEASED; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook | |
|
||
%changelog | ||
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 1.1.0-1 | ||
- Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* | ||
- Extend fields we inspect in the runc spec to include linux capabilities | ||
- Add support for MIG | ||
- 4e4de762 Update build system to support multi-arch builds | ||
- fcc1d116 Add support for MIG (Multi-Instance GPUs) | ||
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_* | ||
- 60f165ad Add no-pivot option to toolkit |