Files
mlflow--mlflow/tests/resources/example_virtualenv_no_python_env/MLproject
T
2026-07-13 13:22:34 +08:00

7 lines
134 B
Plaintext

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