From 54ac877085d7af976afef6014f0ba7648672457a Mon Sep 17 00:00:00 2001 From: tastelikefeet Date: Sun, 8 Mar 2026 12:15:37 +0800 Subject: [PATCH] fix --- docker/Dockerfile.ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index fd4ca3c3..8d574f5f 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -32,8 +32,8 @@ if [ "$INSTALL_MS_DEPS" = "True" ]; then \ pip install --no-cache-dir -r /var/modelscope/server.txt && \ pip install --no-cache-dir https://modelscope.oss-cn-beijing.aliyuncs.com/packages/imageio_ffmpeg-0.4.9-py3-none-any.whl --no-dependencies --force && \ pip install --no-cache-dir 'scipy<1.13.0' && \ - pip install --no-cache-dir funtextprocessing typeguard==2.13.3 scikit-learn && \ - pip install --no-cache-dir decord>=0.6.0 mpi4py paint_ldm ipykernel fasttext && \ + pip install --no-cache-dir funtextprocessing typeguard==2.13.3 scikit-learn -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \ + pip install --no-cache-dir decord>=0.6.0 mpi4py paint_ldm ipykernel fasttext -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \ pip install --no-cache-dir 'blobfile>=1.0.5' && \ pip uninstall MinDAEC -y && \ pip install https://modelscope.oss-cn-beijing.aliyuncs.com/releases/dependencies/MinDAEC-0.0.2-py3-none-any.whl && \