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:
Tomasz Dłuski
2023-11-05 21:15:28 +01:00
parent 1e92560fb5
commit e9030c867d
4 changed files with 49 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
FROM continuumio/miniconda3:latest
RUN pip install mlflow boto3
WORKDIR /app
COPY . .