diff --git a/Dockerfile.modelscope b/Dockerfile.modelscope index 85c76fc..be5b0fc 100644 --- a/Dockerfile.modelscope +++ b/Dockerfile.modelscope @@ -1,5 +1,5 @@ # 使用Python 3.12官方镜像作为基础镜像 -FROM python:3.12-slim +FROM docker.1ms.run/python:3.12-slim # 设置工作目录 WORKDIR /app