将docker镜像转换到containerd镜像运行。

vmsysjack / 2023-09-06 / 原文

docker tag ascendhub.huawei.com/public-ascendhub/ascend-pytorch:23.0.RC2-centos7 torch:b030

docker save torch:b030 > test.tar

ctr -n=k8s.io images import test.tar 

ctr -n=k8s.io images ls