Skip to content

Commit 08a33e9

Browse files
authored
chore(container): add gdal to codespace, disable dynamic versioning (ibis-project#9013)
Resolves ibis-project#9011 take 2 also TIL you can't reopen a closed PR after force-pushing to the branch
1 parent 4ad734d commit 08a33e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM mcr.microsoft.com/vscode/devcontainers/python:3.11
2+
3+
RUN apt-get update && apt-get install -y --no-install-recommends libgdal-dev

.devcontainer/updateContent.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

0 commit comments

Comments
 (0)