def create_modelfile_simulator_package()

in bonsaicli2/bonsai_cli/commands/simulator_package_modelfile.py [0:0]


def create_modelfile_simulator_package(
    ctx: click.Context,
    name: str,
    file: str,
    base_image: str,
    max_instance_count: int,
    cores_per_instance: float,
    memory_in_gb_per_instance: float,
    display_name: str,
    description: str,
    workspace_id: str,
    debug: bool,
    output: str,
    test: bool,