Skip to content

Commit

Permalink
💚 fixing pdm version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazebr committed Nov 11, 2023
1 parent 5debfde commit d3fad4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ENV_FILE="docker" \

# Install PDM
RUN pip install -U pip setuptools wheel && \
pip install pdm
pip install pdm==2.10.0

# Set the working directory
WORKDIR /project
Expand Down
2 changes: 1 addition & 1 deletion packages/ml/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV ENV_FILE="docker" \

# Install PDM
RUN pip install -U pip setuptools wheel && \
pip install pdm
pip install pdm==2.10.0

# Set the working directory
WORKDIR /project
Expand Down

0 comments on commit d3fad4a

Please sign in to comment.