From 0eb98016a18e3451f3be3c8334898b98cea22607 Mon Sep 17 00:00:00 2001 From: "xingjun.wxj" Date: Fri, 21 Mar 2025 14:09:02 +0800 Subject: [PATCH] add blobfile>=1.0.5 for ddpm_guided_diffusion --- docker/Dockerfile.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index abbc27e7..aede1070 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -40,6 +40,7 @@ if [ "$INSTALL_MS_DEPS" = "True" ]; then \ pip install --no-cache-dir text2sql_lgesql==1.3.0 git+https://github.com/jin-s13/xtcocoapi.git@v1.14 git+https://github.com/gatagat/lap.git@v0.4.0 -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html --force --no-deps && \ pip install --no-cache-dir mmcls>=0.21.0 mmdet>=2.25.0 decord>=0.6.0 mpi4py paint_ldm ipykernel fasttext -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \ pip uninstall ddpm_guided_diffusion -y && \ + pip install --no-cache-dir 'blobfile>=1.0.5' && \ pip install 'ddpm_guided_diffusion' -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html --no-index && \ pip uninstall shotdetect_scenedetect_lgss -y && \ pip install 'shotdetect_scenedetect_lgss' -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html --no-index && \