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}"
|