mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
fix build
This commit is contained in:
@@ -18,6 +18,8 @@ RUN sh /tmp/install.sh {version_args}
|
||||
|
||||
RUN pip uninstall ms-swift modelscope -y
|
||||
|
||||
RUN echo "cache bust $(date +%Y%m%d%H%M%S)"
|
||||
|
||||
# install dependencies
|
||||
COPY requirements /var/modelscope
|
||||
RUN pip install --no-cache-dir -r /var/modelscope/framework.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
|
||||
|
||||
Reference in New Issue
Block a user