ium_444507/MLproject

12 lines
223 B
Plaintext
Raw Normal View History

2022-05-16 01:31:02 +02:00
name: s444507
2022-05-15 21:23:32 +02:00
2022-05-16 01:31:02 +02:00
docker_env:
image: adamwojdyla
volumes: ["/mlflow/tmp/mlruns"]
2022-05-15 21:23:32 +02:00
entry_points:
main:
parameters:
2022-05-16 01:31:02 +02:00
epochs: {type: float, default: 1}
command: "python3 lab08_deepLearining_mlflow.py {epochs}"