Skip to content

Commit

Permalink
Update to poetry version 1.8.3 in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Jun 5, 2024
1 parent 9950e1f commit ce184a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-slim AS wheel-builder
SHELL ["/bin/bash", "-l", "-c"]

ARG POETRY_VERSION="1.8.1"
ARG POETRY_VERSION="1.8.3"

COPY ./hack/build-wheels.sh ./hack/build-wheels.sh
COPY ./mlserver ./mlserver
Expand Down

0 comments on commit ce184a0

Please sign in to comment.