From a0d13c61a76c7dd78f23ef5224b08838d13afd2f Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Sat, 4 Oct 2025 19:56:23 +0200 Subject: [PATCH] simplified Dockerfile by moving labels to CI --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 36ce079..8c1fdc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,5 @@ 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 RUN pip install --no-cache-dir \ psycopg2-binary