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-04 23:29:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
30ec17a840d5f1e0580dd1599d66dde20abd4ffa
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