File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ LABEL release="N/A"
8585LABEL summary="Automatically Configure your Container Runtime for GPU support."
8686LABEL 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
9191ARG CVE_UPDATES
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ COPY ${ARTIFACTS_ROOT} /artifacts/packages/
2626
2727WORKDIR /artifacts/packages
2828
29- COPY ./ LICENSE /licenses/LICENSE
29+ RUN mkdir /licenses && mv /NGC-DL-CONTAINER- LICENSE /licenses/NGC-DL-CONTAINER- LICENSE
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ LABEL release="N/A"
9393LABEL summary="Automatically Configure your Container Runtime for GPU support."
9494LABEL 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
9999ARG CVE_UPDATES
You can’t perform that action at this time.
0 commit comments