simplified Dockerfile by moving labels to CI

This commit is contained in:
Brian Bjarke Jensen
2025-10-04 19:56:23 +02:00
parent 00d46837ae
commit a0d13c61a7
-4
View File
@@ -1,9 +1,5 @@
FROM ghcr.io/mlflow/mlflow:latest FROM ghcr.io/mlflow/mlflow:latest
# Set a labels for traceability
LABEL build-date="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
maintainer="Brian Jensen"
# Use --no-cache-dir to avoid storing pip cache in the image # Use --no-cache-dir to avoid storing pip cache in the image
RUN pip install --no-cache-dir \ RUN pip install --no-cache-dir \
psycopg2-binary psycopg2-binary