disabled local caching to reduce image size
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
FROM ghcr.io/mlflow/mlflow:latest
|
FROM ghcr.io/mlflow/mlflow:latest
|
||||||
|
|
||||||
RUN pip install psycopg2-binary
|
# Use --no-cache-dir to avoid storing pip cache in the image
|
||||||
|
RUN pip install --no-cache-dir psycopg2-binary
|
||||||
|
|
||||||
ENTRYPOINT [ "mlflow", "server" ]
|
ENTRYPOINT [ "mlflow", "server" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user