This commit is contained in:
Jian-Kai Wang
2018-11-22 21:14:20 +08:00
parent 29aa989e4b
commit 88ecc200e0
3 changed files with 29 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM continuumio/miniconda3:latest
MAINTAINER JianKai Wang "https://jiankaiwang.no-ip.biz"
ADD . /app
WORKDIR /app
RUN pip install mlflow