InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 22 forks source link

fix(duckdb): install extensions also for R & Python APIs #169

Closed avouacr closed 8 months ago

avouacr commented 8 months ago

duckdb APIs for R & Python don't use the extensions installed for the CLI, so they need to be added in each Dockerfile

Otherwise we run into errors such as : https://github.com/duckdb/duckdb/issues/8035