feat: remove upgrade pip
This commit is contained in:
parent
253f87cd9b
commit
16ed75eeb8
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user