Skip to content

Commit

Permalink
Update to poetry version 1.8.3 in docker build (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Jun 5, 2024
1 parent 1f383a6 commit ef18c9b
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 ef18c9b

Please sign in to comment.