MiniBullLab / easy_docker

1 stars 1 forks source link

docker_save运行后没有得到保存结果 #74

Closed foww-0001 closed 3 years ago

foww-0001 commented 3 years ago

运行scripts下的docker_save脚本后打印如下:

Image minbull/ai_runtime:1.0.0 is saving...
Error response from daemon: reference does not exist
Image minbull/ai_runtime:1.0.0 saved success, file is: minbull_ai_runtime_1.0.0.tar

编译后得到的内容如下:

REPOSITORY               TAG                      IMAGE ID       CREATED        SIZE
<none>                   <none>                   e47df054d84d   13 hours ago   8.57GB
ai_runtime_lib           latest                   8908b7030f00   13 hours ago   6.68GB
minbull/ai_runtime_lib   1.0.0                    8908b7030f00   13 hours ago   6.68GB
ai_base                  latest                   0f1473e249f4   13 hours ago   3.58GB
minbull/ai_base          1.0.0                    0f1473e249f4   13 hours ago   3.58GB
<none>                   <none>                   d03fc08812ca   14 hours ago   2.73GB
nvidia/cuda              10.0-devel-ubuntu18.04   8494fa9c628e   12 days ago    2.24GB
vitahlin commented 3 years ago

本地没有ai_runtime镜像,编译流程没走完

foww-0001 commented 3 years ago

这是我最后编译出来的打印:

chmod: cannot access '/easy_data': No such file or directory
ERROR: Service 'runtime' failed to build: The command '/bin/sh -c mkdir /easy_data & chmod 777 /easy_data' returned a non-zero code: 1
Error response from daemon: No such image: ai_runtime:latest
Build runtime image success.

@vitahlin

vitahlin commented 3 years ago

修正,拉取代码再试下

foww-0001 commented 3 years ago

问题已解决。