update requirement

This commit is contained in:
2024-01-15 21:01:33 +08:00
parent 6125862010
commit 830c76c07a
3 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ ENV PATH="${PATH}:/root/.local/bin" \
PIP_DEFAULT_TIMEOUT=100
# copy project files
COPY --chown=root:root requirements.txt main.py /app/
COPY --chown=root:root requirements.txt main.py /app/ -i https://pypi.tuna.tsinghua.edu.cn/simple
# install dependencies
RUN python -m pip install /app/