We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acee11 commit c141d49Copy full SHA for c141d49
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