mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 23:29:19 +01:00
v0.4
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user