Closed luiztauffer closed 4 years ago
When trying to run docker build to use DeepExtreme Cut segmentation, as described here, an installation error occurs in the install.sh file part.
install.sh
Error track:
Step 20/53 : RUN if [ "$OPENVINO_TOOLKIT" = "yes" ]; then /tmp/components/openvino/install.sh && mkdir ${REID_MODEL_DIR} && curl https://download.01.org/openvinotoolkit/2018_R5/open_model_zoo/person-reidentification-retail-0079/FP32/person-reidentification-retail-0079.xml -o reid/reid.xml && curl https://download.01.org/openvinotoolkit/2018_R5/open_model_zoo/person-reidentification-retail-0079/FP32/person-reidentification-retail-0079.bin -o reid/reid.bin; fi ---> Running in 48c5f89561ec tar: option requires an argument -- 'f' Try 'tar --help' or 'tar --usage' for more information. ERROR: Service 'cvat' failed to build: The command '/bin/sh -c if [ "$OPENVINO_TOOLKIT" = "yes" ]; then /tmp/components/openvino/install.sh && mkdir ${REID_MODEL_DIR} && curl https://download.01.org/openvinotoolkit/2018_R5/open_model_zoo/person-reidentification-retail-0079/FP32/person-reidentification-retail-0079.xml -o reid/reid.xml && curl https://download.01.org/openvinotoolkit/2018_R5/open_model_zoo/person-reidentification-retail-0079/FP32/person-reidentification-retail-0079.bin -o reid/reid.bin; fi' returned a non-zero code: 64
I tried changing tar options in the problematic line, but to no avail.
docker-compose -f docker-compose.yml -f components/openvino/docker-compose.openvino.yml -f cvat/apps/dextr_segmentation/docker-compose.dextr.yml build
Git commit: 034268e87dbf72b6ca08f017152b962882cc1d84 Docker: 19.03.8 OS: Linux
My mistake, I didn't put the OpenVINO file in the right location: cvat/components/openvino
cvat/components/openvino
My actions before raising this issue
When trying to run docker build to use DeepExtreme Cut segmentation, as described here, an installation error occurs in the
install.sh
file part.Current Behaviour
Error track:
Possible Solution
I tried changing tar options in the problematic line, but to no avail.
Steps to Reproduce (for bugs)
Your Environment
Git commit: 034268e87dbf72b6ca08f017152b962882cc1d84 Docker: 19.03.8 OS: Linux