Update toolkit images to use NGC DL license

This commit is contained in:
Shiva Krishna Merla 2022-06-08 19:04:21 +00:00
parent 067f7af142
commit 50caf29b4e
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ LABEL release="N/A"
LABEL summary="Automatically Configure your Container Runtime for GPU support." LABEL summary="Automatically Configure your Container Runtime for GPU support."
LABEL description="See summary" LABEL description="See summary"
COPY ./LICENSE /licenses/LICENSE RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
# Install / upgrade packages here that are required to resolve CVEs # Install / upgrade packages here that are required to resolve CVEs
ARG CVE_UPDATES ARG CVE_UPDATES

View File

@ -26,4 +26,4 @@ COPY ${ARTIFACTS_ROOT} /artifacts/packages/
WORKDIR /artifacts/packages WORKDIR /artifacts/packages
COPY ./LICENSE /licenses/LICENSE RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE

View File

@ -93,7 +93,7 @@ LABEL release="N/A"
LABEL summary="Automatically Configure your Container Runtime for GPU support." LABEL summary="Automatically Configure your Container Runtime for GPU support."
LABEL description="See summary" LABEL description="See summary"
COPY ./LICENSE /licenses/LICENSE RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
# Install / upgrade packages here that are required to resolve CVEs # Install / upgrade packages here that are required to resolve CVEs
ARG CVE_UPDATES ARG CVE_UPDATES