在部署cvat中的机器学习模型时遇到了:
Error - exit status 125
/nuclio/pkg/cmdrunner/shellrunner.go:96

Call stack:
stdout:
Unable to find image ‘gcr.io/iguazio/alpine:3.11’ locally
docker: Error response from daemon: Get “https://gcr.io/v2/”: context deadline exceeded.
See ‘docker run --help’.
解决方案:
docker pull alpine:3.11
docker tag a787cb986503 gcr.io/iguazio/alpine:3.11
随后再次执行即可
在这里插入图片描述

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐