We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1409c commit 7301210Copy full SHA for 7301210
Dockerfile
@@ -1,6 +1,9 @@
1
FROM python:3.10-slim AS wheel-builder
2
SHELL ["/bin/bash", "-l", "-c"]
3
4
+LABEL vendor="SeldonIO"
5
+LABEL maintainer="hello@seldon.io"
6
+
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"
0 commit comments