From 201dfca42576e9f399566d23a0d865d7f9218cc1 Mon Sep 17 00:00:00 2001 From: "yuze.zyz" Date: Thu, 24 Oct 2024 21:29:29 +0800 Subject: [PATCH] fix build --- docker/Dockerfile.ubuntu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 3a26a2d9..4e0f795b 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -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 && \