This commit is contained in:
parent
84074a1ea1
commit
7743d93f1d
|
@ -15,7 +15,7 @@ RUN uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.tx
|
|||
RUN uv pip install --python /usr/local/bin/python3 -e .
|
||||
|
||||
# Install the httpfs extension for duckdb
|
||||
RUN python3 -c "import duckdb; db = duckdb.connect(':memory:'); db.sql('install httpfs')"
|
||||
RUN python3 -c "import duckdb; db = duckdb.connect(':memory:'); db.sql('install httpfs'); db.sql('install spatial')"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
Loading…
Reference in a new issue