Select the types of activity you want to include in your feed.
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"]