feat: remove upgrade pip

This commit is contained in:
张泊明518370910136 2024-09-11 09:48:29 -04:00
parent 253f87cd9b
commit 16ed75eeb8
GPG Key ID: CA088E6D9284F870

View File

@ -3,8 +3,7 @@
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
# install joint-teapot # install joint-teapot
RUN pip install --no-cache-dir --upgrade pip && \ RUN pip install --no-cache-dir git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot
pip install --no-cache-dir git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot
# install joj3 binary # install joj3 binary
COPY bin/joj3 /usr/local/bin/ COPY bin/joj3 /usr/local/bin/