Kazushi Nagayama
08/18/2023, 1:37 PMMarvin
08/18/2023, 1:38 PMFROM prefecthq/prefect:2-python3.9 # example base image 
   RUN pip install s3fs prefect-awsPREFECT_API_URLPREFECT_API_URLPREFECT_API_URL="<https://api.prefect.cloud/api/accounts/[ACCOUNT-ID]/workspaces/[WORKSPACE-ID]>"Kazushi Nagayama
08/18/2023, 1:39 PMMarvin
08/18/2023, 1:39 PMFROM prefecthq/prefect:2-python3.9 # example base image 
   RUN pip install google-cloud-storage prefect-gcpPREFECT_API_URLPREFECT_API_URLPREFECT_API_URL="<https://api.prefect.cloud/api/accounts/[ACCOUNT-ID]/workspaces/[WORKSPACE-ID]>"