From c151192b676edb9ce46496607466e24577e41018 Mon Sep 17 00:00:00 2001 From: Zhicheng Zhang Date: Tue, 23 Apr 2024 19:32:44 +0800 Subject: [PATCH] update image builder --- .dev_scripts/build_image.sh | 5 ----- modelscope/version.py | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.dev_scripts/build_image.sh b/.dev_scripts/build_image.sh index 50fbd57f..a5deab6c 100644 --- a/.dev_scripts/build_image.sh +++ b/.dev_scripts/build_image.sh @@ -169,11 +169,6 @@ else docker_file_content="${docker_file_content} \nRUN pip uninstall -y tb-nightly tensorboard && pip install --no-cache-dir -U tensorboard && TORCH_CUDA_ARCH_LIST='6.0 6.1 7.0 7.5 8.0 8.9 9.0 8.6+PTX' python -c 'from modelscope.utils.pre_compile import pre_compile_all;pre_compile_all()'" fi -docker_file_content="${docker_file_content} \n RUN cp /tmp/resources/conda.aliyun ~/.condarc && \ - pip config set global.index-url https://mirrors.aliyun.com/pypi/simple && \ - pip config set install.trusted-host mirrors.aliyun.com && \ - cp /tmp/resources/ubuntu2204.aliyun /etc/apt/sources.list " - printf "$docker_file_content" > Dockerfile while true diff --git a/modelscope/version.py b/modelscope/version.py index fd670690..3811b6f7 100644 --- a/modelscope/version.py +++ b/modelscope/version.py @@ -1,5 +1,5 @@ # Make sure to modify __release_datetime__ to release time when making official release. -__version__ = '1.14.0rc1' +__version__ = '1.14.0rc2' # default release datetime for branches under active development is set # to be a time far-far-away-into-the-future __release_datetime__ = '2024-04-22 00:00:00'