From 62deb2e8a0cfa9fcc99848b573b4041ce39a73df Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 1 Jun 2025 10:52:38 -0400 Subject: [PATCH] feat: set pip index url --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c9ff66..bee1836 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources. # install joint-teapot && joj3-forge RUN pip install --no-cache-dir --break-system-packages \ + --index-url https://pypi.tuna.tsinghua.edu.cn/simple \ git+https://focs.ji.sjtu.edu.cn/git/JOJ/Joint-Teapot \ git+https://focs.ji.sjtu.edu.cn/git/JOJ/JOJ3-config-generator