This commit is contained in:
Jintao Huang
2026-05-18 16:06:45 +08:00
committed by Yunnglin
parent 7053c9d6cc
commit 29442858e9

View File

@@ -1,5 +1,8 @@
FROM {base_image}
ARG CUR_TIME={cur_time}
RUN echo $CUR_TIME
RUN cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone -b {modelscope_branch} --single-branch https://github.com/modelscope/modelscope.git && \
cd modelscope && pip install . -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
cd / && rm -fr /tmp/modelscope && pip cache purge;