Maverick Humbert
06/04/2022, 4:34 AMFailed to load and execute flow run: ImportError('Unable to import Github, please ensure you have installed the github extra')
KubernetesRun()
with image="<http://ghcr.io/xxx/custom-prefect:1.0.0|ghcr.io/xxx/custom-prefect:1.0.0>"
Dockerfile of this image looks like:
FROM prefecthq/prefect:core
RUN pip install prefect[postgres] prefect[github] requests
& tried to add env var "EXTRA_PIP_PACKAGES": "prefect[github]"
to KubernetesRun()
Kevin Kho
06/04/2022, 4:36 AMprefecthq/prefect:latest
instead? I think that core might have a different entrypointMaverick Humbert
06/04/2022, 4:37 AM