mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
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
This commit is contained in:
6
test_experiment/Dockerfile
Normal file
6
test_experiment/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM continuumio/miniconda3:latest
|
||||
|
||||
RUN pip install mlflow boto3
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
Reference in New Issue
Block a user