5 lines
101 B
Docker
5 lines
101 B
Docker
FROM python:3.10
|
|
|
|
RUN apt-get update -y && apt-get install build-essential -y
|
|
RUN pip install mlflow
|