Skip to content

Commit

Permalink
updates Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Nov 29, 2024
1 parent 0084160 commit a04912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV PATH="${PATH}:/root/.local/bin:/code/__pypackages__/3.12/bin" \
VERSION=${VERSION} \
POETRY_VERSION=${POETRY_VERSION}

RUN pip install pdm==2.15.1
RUN pip install pdm==2.18.2
ADD pyproject.toml pdm.toml pdm.lock ./
RUN sed -i 's/use_venv = true/use_venv = false/' pdm.toml
RUN pdm sync --prod --no-editable --no-self
Expand Down

0 comments on commit a04912f

Please sign in to comment.