dev commit

This commit is contained in:
Tomasz Dłuski
2020-08-23 14:48:38 +02:00
parent 6526c3892f
commit 0f002cf097
6 changed files with 83 additions and 14 deletions

6
mlflow/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM continuumio/miniconda3:latest
ADD . /app
WORKDIR /app
RUN pip install mlflow