Files
mlflow--mlflow/examples/virtualenv/project/MLproject
T
2026-07-13 13:22:34 +08:00

8 lines
162 B
Plaintext

name: virtualenv-example
python_env: python_env.yaml
entry_points:
main:
command: 'python entrypoint.py'
test:
command: 'python entrypoint.py --test'