We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4e54c commit 2f33bbeCopy full SHA for 2f33bbe
Dockerfile
@@ -20,6 +20,7 @@ COPY \
20
# by pip:
21
# https://github.com/python-poetry/poetry-plugin-export/issues/210
22
RUN pip install poetry==$POETRY_VERSION && \
23
+ pip install poetry-plugin-export && \
24
./hack/build-wheels.sh /opt/mlserver/dist && \
25
poetry export --with all-runtimes \
26
--without-hashes \
0 commit comments