Merge pull request #5109 from jiongjiongJOJO/dev

This commit is contained in:
jxxghp
2025-11-12 20:39:10 +08:00
committed by GitHub

View File

@@ -65,8 +65,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /app
COPY requirements.in requirements.in
RUN python3 -m venv ${VENV_PATH} \
&& pip install --upgrade pip \
&& pip install Cython pip-tools \
&& pip install --upgrade "pip<25.0" \
&& pip install "Cython" "pip-tools<7.5" \
&& pip-compile requirements.in \
&& pip install -r requirements.txt