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