ium_444386/MLproject

12 lines
204 B
Plaintext
Raw Permalink Normal View History

2022-05-15 19:19:58 +02:00
name: MLflow
docker_env:
image: szymonjadczak/mlflow:latest
entry_points:
main:
parameters:
epochs: {type: float, default: 3}
command: "python ./biblioteki_dl.py {epochs}"