๐Ÿ“ฆ anna-geller / prefect-docker-deployment

๐Ÿ“„ Dockerfile.GcpAgent ยท 4 lines
1
2
3
4FROM prefecthq/prefect:2-python3.10
RUN pip install --trusted-host pypi.python.org --no-cache-dir gcsfs prefect-gcp
ENTRYPOINT ["prefect", "agent", "start", "-q", "default"]