feat: pip install without cache

This commit is contained in:
张泊明518370910136 2024-09-11 09:44:05 -04:00
parent b12c5565c6
commit 253f87cd9b
GPG Key ID: CA088E6D9284F870

View File

@ -3,7 +3,8 @@
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
# install joint-teapot
RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/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
# install joj3 binary
COPY bin/joj3 /usr/local/bin/