update install script

This commit is contained in:
2024-10-08 22:56:33 +08:00
parent 983ac91f74
commit 0bb058df6e
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12
COPY requirements.txt /app/
@@ -14,3 +14,5 @@ WORKDIR /app
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --index-url https://git.mamahaha.work/api/packages/sangge/pypi/simple/ ecc-rs