def create_container_simulator_package()

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


def create_container_simulator_package(
    ctx: click.Context,
    name: str,
    image_uri: str,
    max_instance_count: int,
    cores_per_instance: float,
    memory_in_gb_per_instance: float,
    os_type: str,
    display_name: str,
    description: str,
    workspace_id: str,
    debug: bool,
    output: str,
    test: bool,