Skip to content

Commit

Permalink
chore(container): add gdal to codespace, disable dynamic versioning (#…
Browse files Browse the repository at this point in the history
…9013)

Resolves #9011 

take 2

also TIL you can't reopen a closed PR after force-pushing to the branch
  • Loading branch information
gforsyth authored Apr 18, 2024
1 parent 4ad734d commit 08a33e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11

RUN apt-get update && apt-get install -y --no-install-recommends libgdal-dev
2 changes: 1 addition & 1 deletion .devcontainer/updateContent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# install ibis
python3 -m pip install ipython
python3 -m pip install -e '.[clickhouse,duckdb,clickhouse,examples,geospatial]'
POETRY_DYNAMIC_VERSIONING=false python3 -m pip install -e '.[duckdb,clickhouse,examples,geospatial]'

0 comments on commit 08a33e9

Please sign in to comment.