Skip to content

Commit

Permalink
Fixed dextr installation (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored and nmanovic committed Jun 24, 2019
1 parent 923bcac commit 814960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RUN if [ "$OPENVINO_TOOLKIT" = "yes" ]; then \
# TODO: CHANGE URL
ARG WITH_DEXTR
ENV WITH_DEXTR=${WITH_DEXTR}
ENV DEXTR_MODEL_DIR=${HOME}/models/dextr
ENV DEXTR_MODEL_DIR=${HOME}/dextr
RUN if [ "$WITH_DEXTR" = "yes" ]; then \
mkdir ${DEXTR_MODEL_DIR} -p && \
wget https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip -O ${DEXTR_MODEL_DIR}/dextr.zip && \
Expand Down

0 comments on commit 814960b

Please sign in to comment.