Skip to content

Commit

Permalink
chore: change base version python
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Dec 20, 2024
1 parent 6d0468b commit 85670a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/substra-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /usr/src/app

COPY ./backend/requirements.txt /usr/src/app/.

RUN python3.11 -m venv /venv
RUN python -m venv /venv
ENV PATH="/venv/bin:$PATH" VIRTUAL_ENV="/venv"

RUN pip install --upgrade --no-cache-dir pip==24.0 \
Expand Down

0 comments on commit 85670a8

Please sign in to comment.