Danilo Drobac
01/10/2023, 11:23 AMFROM prefecthq/prefect:2.7.7-python3.8
RUN ["pip", "install", "gcsfs"]
Returns the error:
/bin/sh: 1: ["pip",: not found
Has anybody else had this error/know what the fix it? I'm assuming its not an issue with the base image?Miguel Moncada
01/10/2023, 11:36 AMDockerfile
?
RUN pip install -U gcsfs
Danilo Drobac
01/10/2023, 11:45 AM