Skip to content

Commit

Permalink
change how repo is cloned
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored May 24, 2024
1 parent 74c11c6 commit 36a8ff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/openvino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ ENV LD=/opt/rh/devtoolset-10/root/usr/bin/ld
WORKDIR /
RUN select_python ${PYTHON_VERSION}
RUN python3 -m pip install scons
RUN git clone --recurse-submodules --single-branch --branch=master https://github.com/openvinotoolkit/openvino.git
RUN git clone --recurse-submodules --single-branch --branch=${VERSION} https://github.com/openvinotoolkit/openvino.git
WORKDIR openvino
RUN git checkout ${VERSION}
RUN mkdir build
WORKDIR build
RUN cmake -DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 36a8ff7

Please sign in to comment.