name: "Test Conda FastAPI App"
type: "conda-jupyter-kernel"
version: "1.0.0"
entry_point: "main.py"
description: "A conda-python FastAPI app with service registration"
dependencies:
- "python=3.11"
- "numpy"
- "fastapi"
- "pip"
- pip:
- "hypha-rpc"
channels:
- "conda-forge"
startup_config:
timeout: 25
wait_for_service: "hello-fastapi"
stop_after_inactive: 0