this repo has no description
at main 5 lines 231 B view raw
1FROM ghcr.io/astral-sh/uv:python3.14-bookworm-slim 2 3RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* 4 5ENTRYPOINT ["uv", "run", "--with", "prefect", "prefect", "worker", "start", "--pool", "process-pool"]