Skip to content

Commit 2ab0c6a

Browse files
committed
Merge branch 'update_container_licenses' into 'main'
Update toolkit images to use NGC DL license See merge request nvidia/container-toolkit/container-toolkit!164
2 parents 067f7af + 50caf29 commit 2ab0c6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/container/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ LABEL release="N/A"
8585
LABEL summary="Automatically Configure your Container Runtime for GPU support."
8686
LABEL description="See summary"
8787

88-
COPY ./LICENSE /licenses/LICENSE
88+
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
8989

9090
# Install / upgrade packages here that are required to resolve CVEs
9191
ARG CVE_UPDATES

build/container/Dockerfile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ COPY ${ARTIFACTS_ROOT} /artifacts/packages/
2626

2727
WORKDIR /artifacts/packages
2828

29-
COPY ./LICENSE /licenses/LICENSE
29+
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE

build/container/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ LABEL release="N/A"
9393
LABEL summary="Automatically Configure your Container Runtime for GPU support."
9494
LABEL description="See summary"
9595

96-
COPY ./LICENSE /licenses/LICENSE
96+
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE
9797

9898
# Install / upgrade packages here that are required to resolve CVEs
9999
ARG CVE_UPDATES

0 commit comments

Comments
 (0)