tencentmusic / cube-studio

cube studio开源云原生一站式机器学习/深度学习/大模型AI平台,支持sso登录,多租户,大数据平台对接,notebook在线开发,拖拉拽任务流pipeline编排,多机多卡分布式训练,超参搜索,推理服务VGPU,边缘计算,serverless,标注平台,自动化标注,数据集管理,大模型微调,vllm大模型推理,llmops,私有知识库,AI模型应用商店,支持模型一键开发/推理/微调,支持国产cpu/gpu/npu芯片,支持RDMA,支持pytorch/tf/mxnet/deepspeed/paddle/colossalai/horovod/spark/ray/volcano分布式
Other
3.45k stars 610 forks source link

启动服务时镜像找不到 #207

Closed zheng1xin closed 1 year ago

zheng1xin commented 1 year ago

部署时,发现2个镜像下载为404:

[root@localhost kubernetes]# docker pull ccr.ccs.tencentyun.com/cube-studio/istio-pilot:1.14.1 && docker tag ccr.ccs.tencentyun.com/cube-studio/istio-pilot:1.14.1 istio/pilot:1.14.1
Error response from daemon: Head "https://ccr.ccs.tencentyun.com/v2/cube-studio/istio-pilot/manifests/1.14.1": error parsing HTTP 404 response body: invalid character 'i' looking for beginning of value: "image repo not found"

[root@localhost kubernetes]# docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.7.1
Error response from daemon: Head "https://ccr.ccs.tencentyun.com/v2/cube-studio/nvidia-k8s-device-plugin/manifests/v0.7.1": error parsing HTTP 404 response body: invalid character 'i' looking for beginning of value: "image repo not found"
TangiSingle commented 1 year ago

我也是同样的问题

data-infra commented 1 year ago

fix