File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN if [ "$INSTALL_SOURCES" = "no" ]; then \
7777 fi
7878
7979WORKDIR /licenses
80- RUN cp -rf "${INTEL_OPENVINO_DIR}"/licensing /licenses
80+ RUN cp -rf "${INTEL_OPENVINO_DIR}"/licensing/* /licenses
8181
8282{% for command in commands %}
8383{{ command|safe }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ RUN if [ "$INSTALL_SOURCES" = "yes" ]; then \
2222WORKDIR ${INTEL_OPENVINO_DIR}/licensing
2323RUN curl -L https://raw.githubusercontent.com/openvinotoolkit/docker_ci/master/dockerfiles/rhel8/third-party-programs-docker-runtime.txt --output third-party-programs-docker-runtime.txt && \
2424 curl -L https://raw.githubusercontent.com/openvinotoolkit/docker_ci/master/dockerfiles/rhel8/third-party-programs-docker-dev.txt --output third-party-programs-docker-dev.txt
25+ RUN cp third-party-programs-docker-dev.txt third-party-programs-docker-runtime.txt /licenses
2526
2627
2728# Install dependencies needed by OV::RemoteTensor
Original file line number Diff line number Diff line change 11WORKDIR ${INTEL_OPENVINO_DIR}/licensing
2- RUN curl -L https://raw.githubusercontent.com/openvinotoolkit/docker_ci/master/dockerfiles/rhel8/third-party-programs-docker-runtime.txt --output third-party-programs-docker-runtime.txt
2+ RUN curl -L https://raw.githubusercontent.com/openvinotoolkit/docker_ci/master/dockerfiles/rhel8/third-party-programs-docker-runtime.txt --output third-party-programs-docker-runtime.txt
3+ RUN cp third-party-programs-docker-runtime.txt /licenses
You can’t perform that action at this time.
0 commit comments