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
bd364c18b82b323ba90da4c0b1a0566ca73898e8
mlflow-docker-minio
/
test_experiment
/
Dockerfile
7 lines
88 B
Docker
Raw
Normal View
History
Unescape
Escape
v0.4
2018-11-22 21:14:20 +08:00
FROM
continuumio/miniconda3:latest
feat: add built-in run_test_experiment job to test the mlflow server internally so its super easy to test if it actually works e2e
2023-11-05 21:15:28 +01:00
RUN
pip install mlflow boto3
s3: automatically create a bucket on startup
2021-12-03 22:10:59 +01:00
v0.4
2018-11-22 21:14:20 +08:00
WORKDIR
/app
feat: add built-in run_test_experiment job to test the mlflow server internally so its super easy to test if it actually works e2e
2023-11-05 21:15:28 +01:00
COPY
. .
Reference in New Issue
Copy Permalink