diff --git a/docs/release-notes/ngc-images.rst b/docs/release-notes/ngc-images.rst new file mode 100644 index 00000000000..1aea5b97335 --- /dev/null +++ b/docs/release-notes/ngc-images.rst @@ -0,0 +1,12 @@ +:orphan: + +**New Features** + +- Add experimental NGC-based images in our environments offerings. These images can be pulled from + `https://hub.docker.com/r/determinedai/pytorch-ngc` or + `https://hub.docker.com/r/determinedai/tensorflow-ngc` + +**Improvements** + +- Remove TF 2.8 images from our offerings. Default TF 2.11 images are still available for + TensorFlow users. diff --git a/tools/scripts/gen-attributions.py b/tools/scripts/gen-attributions.py index b35cf45eb63..670221aca4e 100755 --- a/tools/scripts/gen-attributions.py +++ b/tools/scripts/gen-attributions.py @@ -26,6 +26,7 @@ "isc": "ISC License", "mit": "MIT", "mozilla": "Mozilla Public License", + "nvidia-container": "NVIDIA Deep Learning Container License", "sil": "SIL Open Font License 1.1", "unlicense": "Unlicense", } diff --git a/tools/scripts/licenses/ngc b/tools/scripts/licenses/ngc new file mode 100644 index 00000000000..7653603bfb1 --- /dev/null +++ b/tools/scripts/licenses/ngc @@ -0,0 +1,11 @@ +Name: developer.nvidia.com/ngc/nvidia-deep-learning-container-license +Type: nvidia-container +Agent: true +Master: false +Webui: false + +Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved. + +This container image and its contents are governed by the NVIDIA Deep Learning Container License. +By pulling and using the container, you accept the terms and conditions of this license: +https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license