I'm currently utilizing the most recent version of Prefect - specifically, FROM prefecthq/prefect:2.10.12-python3.10. However, I'm experiencing some difficulties installing the GDAL dependencies within it. I attempted to install them using the following commands:
, but unfortunately, I haven't achieved the desired outcome. Has anyone encountered and managed to resolve this issue? Any insights would be greatly appreciated!
j
jawnsy
06/06/2023, 4:46 PM
The Prefect image is based on the Docker Library’s Python image, which is in turn based on Debian. Mixing Debian with Ubuntu PPAs seems like it could result in weird incompatibilities. I would suggest creating your own image
FROM ubuntu
instead
Also, without more details about the kind of difficulties you’re experiencing, it’s hard to make any suggestions for what you can try next
e
Elliot Løvås
06/06/2023, 4:53 PM
what is the best way to install gdal from prefect image?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.