diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile new file mode 100644 index 000000000000..1b834ee77e9f --- /dev/null +++ b/.devcontainer/Dockerfile @@ -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 diff --git a/.devcontainer/updateContent.sh b/.devcontainer/updateContent.sh index 89c532d17ea5..9b650744c80f 100755 --- a/.devcontainer/updateContent.sh +++ b/.devcontainer/updateContent.sh @@ -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]'