13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
name: s444465
|
|
|
|
docker_env:
|
|
image: s444465/ium:mlflow
|
|
|
|
entry_points:
|
|
main:
|
|
parameters:
|
|
epochs: {type: float, default: 10}
|
|
command: "python mlflow_training.py {epochs}"
|
|
test:
|
|
command: "python mlflow_training.py test"
|