Skip to content

Commit

Permalink
Merge pull request #67 from opendatacube/fix/python-version
Browse files Browse the repository at this point in the history
Change dependencies and hack together working notebooks
  • Loading branch information
whatnick authored Dec 6, 2023
2 parents 73d6d6b + 9f2b995 commit 5091e6b
Show file tree
Hide file tree
Showing 5 changed files with 1,222 additions and 66 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osgeo/gdal:ubuntu-small-3.3.1
FROM osgeo/gdal:ubuntu-small-3.6.3

ENV DEBIAN_FRONTEND=noninteractive \
LC_ALL=C.UTF-8 \
Expand All @@ -15,6 +15,7 @@ RUN apt-get update && \
# For Psycopg2
libpq-dev python3-dev \
python3-pip \
python3-wheel \
wget \
&& apt-get autoclean \
&& apt-get autoremove \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres:
image: postgis/postgis:12-2.5
image: kartoza/postgis:13-3.1
environment:
- POSTGRES_DB=opendatacube
- POSTGRES_PASSWORD=opendatacubepassword
Expand Down
Loading

0 comments on commit 5091e6b

Please # to comment.