Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrawins committed Oct 10, 2023
1 parent 9ec590a commit 6c2a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rhel8/dist/runtime.dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install OpenVINO python API dependency
${PYTHON_VER} -m pip install --no-cache-dir numpy==1.24.4
RUN ${PYTHON_VER} -m pip install --no-cache-dir numpy==1.24.4

WORKDIR ${INTEL_OPENVINO_DIR}/licensing
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

0 comments on commit 6c2a1a2

Please sign in to comment.