ModelScope能不能提供给我一个镜像的Dockerfile,然后我自己改一改?
registry.cn-beijing.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.7.1-py38-torch2.0.1-tf1.15.5-1.8.0
FROM registry.cn-beijing.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.7.1-py38-torch2.0.1-tf1.15.5-1.8.0
WORKDIR /code
RUN pip install fastapi uvicorn
RUN pip install xxxx
COPY ./interface.py /code/interface.py
-此回答整理自钉群“魔搭ModelScope开发者联盟群 ①”