This website requires JavaScript.
Explore
Help
Register
Sign In
dalphinloser
/
mlflow-docker-minio
Watch
1
Star
0
Fork
0
You've already forked mlflow-docker-minio
mirror of
https://github.com/Toumash/mlflow-docker
synced
2025-11-05 07:39:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
86c0b6bb7d3a23e6c1abd1005200febaa6a739b0
mlflow-docker-minio
/
mlflow
/
Dockerfile
6 lines
97 B
Docker
Raw
Normal View
History
Unescape
Escape
v0.4
2018-11-22 21:14:20 +08:00
FROM
continuumio/miniconda3:latest
ADD
. /app
WORKDIR
/app
feat: adds new, working docker-compose
2020-08-23 23:20:49 +02:00
RUN
pip install mlflow boto3 pymysql
Reference in New Issue
Copy Permalink