Skip to content

Commit 2f33bbe

Browse files
Add installation for poetry export plugin (#2104)
1 parent 5d4e54c commit 2f33bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ COPY \
2020
# by pip:
2121
# https://github.com/python-poetry/poetry-plugin-export/issues/210
2222
RUN pip install poetry==$POETRY_VERSION && \
23+
pip install poetry-plugin-export && \
2324
./hack/build-wheels.sh /opt/mlserver/dist && \
2425
poetry export --with all-runtimes \
2526
--without-hashes \

0 commit comments

Comments
 (0)