Skip to content

Commit 7301210

Browse files
Included labels for preflight checks (#2101)
1 parent 8b1409c commit 7301210

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM python:3.10-slim AS wheel-builder
22
SHELL ["/bin/bash", "-l", "-c"]
33

4+
LABEL vendor="SeldonIO"
5+
LABEL maintainer="hello@seldon.io"
6+
47
# TODO: Upgrade poetry version to 2.x
58
# Currently it fails in `poetry export --with all-runtimes --without-hashes --format constraints.txt -o /opt/mlserver/dist/constraints.txt`
69
ARG POETRY_VERSION="1.8.5"

0 commit comments

Comments
 (0)