From 16ed75eeb86e5a9c5274bcddec6b2b9ef3b6109a Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 11 Sep 2024 09:48:29 -0400 Subject: [PATCH] feat: remove upgrade pip --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 88271f4..cb6d478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,7 @@ FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest # install joint-teapot -RUN pip install --no-cache-dir --upgrade pip && \ - pip install --no-cache-dir git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot +RUN pip install --no-cache-dir git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot # install joj3 binary COPY bin/joj3 /usr/local/bin/