diff --git a/build/container/Dockerfile.centos b/build/container/Dockerfile.centos index 3a4c2d6a..34485d6a 100644 --- a/build/container/Dockerfile.centos +++ b/build/container/Dockerfile.centos @@ -85,7 +85,7 @@ LABEL release="N/A" LABEL summary="Automatically Configure your Container Runtime for GPU support." 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 ARG CVE_UPDATES diff --git a/build/container/Dockerfile.packaging b/build/container/Dockerfile.packaging index baeee6b4..d5358236 100644 --- a/build/container/Dockerfile.packaging +++ b/build/container/Dockerfile.packaging @@ -26,4 +26,4 @@ COPY ${ARTIFACTS_ROOT} /artifacts/packages/ WORKDIR /artifacts/packages -COPY ./LICENSE /licenses/LICENSE +RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE diff --git a/build/container/Dockerfile.ubuntu b/build/container/Dockerfile.ubuntu index ef7eae2a..53f0b692 100644 --- a/build/container/Dockerfile.ubuntu +++ b/build/container/Dockerfile.ubuntu @@ -93,7 +93,7 @@ LABEL release="N/A" LABEL summary="Automatically Configure your Container Runtime for GPU support." 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 ARG CVE_UPDATES