Skip to content

Commit 6acee11

Browse files
Bumped poetry to 2.1.1 (#2103)
1 parent 7301210 commit 6acee11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ SHELL ["/bin/bash", "-l", "-c"]
44
LABEL vendor="SeldonIO"
55
LABEL maintainer="hello@seldon.io"
66

7-
# TODO: Upgrade poetry version to 2.x
8-
# Currently it fails in `poetry export --with all-runtimes --without-hashes --format constraints.txt -o /opt/mlserver/dist/constraints.txt`
9-
ARG POETRY_VERSION="1.8.5"
7+
ARG POETRY_VERSION="2.1.1"
108

119
COPY ./hack/build-wheels.sh ./hack/build-wheels.sh
1210
COPY ./mlserver ./mlserver

0 commit comments

Comments
 (0)