-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy auto annotations ERROR #3878
Comments
@yearlz , could you please one more time? I have no problems now to download https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip. I hope it was temporary problems with the download.01.org server. |
@yearlz , I will close the issue. Don't hesitate to reopen, if you still have the problem. |
@nmanovic Hey, 2 questions
|
@yearlz I am facing the same problem as you did. I am able to download https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip dirctly without docker. I guess it is due to docker? How did you solve the problem? Thanks in advance! |
when i try to deploy the auto annotate model as follow:
https://openvinotoolkit.github.io/cvat/docs/administration/advanced/installation_automatic_annotation/
nuctl deploy --project-name cvat
--path serverless/openvino/dextr/nuclio
--volume
pwd
/serverless/common:/opt/nuclio/common--platform local
it went wrong as:
#6 [ 3/11] RUN ln -s /usr/bin/pip3 /usr/bin/pip
#6 sha256:c91ba0fbe021ac7518b6f41da248ace229c281b39de3aadb7abb9393fcf313ac
#6 CACHED
#11 [ 7/11] COPY handler /opt/nuclio
#11 sha256:3951fc6ebab233abd5ed1c5ee3fc11878378490278ad13bb0145f87f6e9fb982
#11 CACHED
#12 [ 8/11] RUN curl -O https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip
#12 sha256:8f7587a40f242cc0a9d08918c47fc331ef1e1f6d7729582ee861f0a2633c3882
#12 0.093 + curl -O https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip
#12 0.098 % Total % Received % Xferd Average Speed Time Time Time Current
#12 0.098 Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
#12 0.838 curl: (60) SSL certificate problem: unable to get local issuer certificate
#12 0.838 More details here: https://curl.haxx.se/docs/sslcerts.html
#12 0.838
#12 0.838 curl failed to verify the legitimacy of the server and therefore could not
#12 0.838 establish a secure connection to it. To learn more about this situation and
#12 0.838 how to fix it, please visit the web page mentioned above.
#12 ERROR: executor failed running [/bin/bash -xo pipefail -c curl -O https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip]: exit code: 60
executor failed running [/bin/bash -xo pipefail -c curl -O https://download.01.org/openvinotoolkit/models_contrib/cvat/dextr_model_v1.zip]: exit code: 60
Failed to build
/nuclio/pkg/dockerclient/shell.go:118
Failed to build docker image
.../pkg/containerimagebuilderpusher/docker.go:53
Failed to build processor image
/nuclio/pkg/processor/build/builder.go:250
Failed to deploy function
...//nuclio/pkg/platform/abstract/platform.go:182
it seems to be the net problem , it happened no matter i used the vpn or not,
any ideas to solve it ?
The text was updated successfully, but these errors were encountered: