MiniBullLab / easy_docker

1 stars 1 forks source link

docker_save.sh运行报错 #65

Closed foww-0001 closed 3 years ago

foww-0001 commented 3 years ago

运行docker_save.sh报错,报错如下:

Image vitah/ai_runtime:1.0.0 is saving...
Error response from daemon: reference does not exist
Image vitah/ai_runtime:1.0.0 saved success, file is: vitah_ai_runtime_1.0.0.tar
vitahlin commented 3 years ago

你本地不存在该镜像。 执行docker image ls查看本地镜像列表,有如下内容才正常:

REPOSITORY         TAG       IMAGE ID       CREATED       SIZE
vitah/ai_runtime   1.0.0     096b484ac5c0   3 weeks ago   8.56GB
foww-0001 commented 3 years ago

目前build.sh ai 编出来的镜像如下:

REPOSITORY             TAG                      IMAGE ID       CREATED          SIZE
ai_runtime             latest                   e1cc2270962a   30 minutes ago   8.63GB
ai_runtime_lib         latest                   443ddd7b508b   48 minutes ago   6.74GB
vitah/ai_runtime_lib   1.0.0                    443ddd7b508b   48 minutes ago   6.74GB
vitah/ai_base          1.0.0                    1348a9ec7014   2 hours ago      3.58GB
ai_base                latest                   1348a9ec7014   2 hours ago      3.58GB
<none>                 <none>                   4f1d029ce19b   2 hours ago      2.73GB
nvidia/cuda            10.0-devel-ubuntu18.04   04156a673e4e   6 months ago     2.24GB
vitahlin commented 3 years ago

修正build.sh脚本,dev分支,重新拉取下再执行

foww-0001 commented 3 years ago

问题已解决。