feat: adds new, working docker-compose

This commit is contained in:
Tomasz Dłuski
2020-08-23 23:20:49 +02:00
parent 6f21470749
commit 93b8b90207
3 changed files with 44 additions and 7 deletions

View File

@@ -3,4 +3,4 @@ FROM continuumio/miniconda3:latest
ADD . /app
WORKDIR /app
RUN pip install mlflow
RUN pip install mlflow boto3 pymysql