MiniBullLab / easy_docker

1 stars 1 forks source link

镜像打包名称改变 #64

Closed foww-0001 closed 3 years ago

foww-0001 commented 3 years ago

编译好的docker保存命令如下:

docker save -o easy_runtime.tar nvidia/cuda:10.0-devel-ubuntu18.04 easy_runtime:latest

需要改成

docker save -o ai_runtime.tar nvidia/cuda:10.0-devel-ubuntu18.04 ai_runtime:latest
foww-0001 commented 3 years ago

docker save -o ai_runtime.tar vitah/ai_runtime:1.0.0

foww-0001 commented 3 years ago

问题已解决。