#MLproject
name: *project_name*

docker-env:
  image: mlflow-*project_name*

entry_points:
  main:
    command: "python main.py"
