12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
name: MLflow
|
|
|
|
|
|
docker_env:
|
|
image: szymonjadczak/mlflow:latest
|
|
|
|
entry_points:
|
|
main:
|
|
parameters:
|
|
epochs: {type: float, default: 3}
|
|
command: "python ./biblioteki_dl.py {epochs}"
|