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"]
1 2 3 4
FROM 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"]