4 lines
96 B
Docker
4 lines
96 B
Docker
FROM python:3.12-slim
|
|
RUN pip install --no-cache-dir mlflow==3.16.1 psycopg2-binary
|
|
EXPOSE 5000
|