mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-12-19 19:49:30 +01:00
6 lines
83 B
Docker
6 lines
83 B
Docker
FROM continuumio/miniconda3:latest
|
|
|
|
ADD . /app
|
|
WORKDIR /app
|
|
|
|
RUN pip install mlflow |