From 2c06e238bcb4f5f39caf12226e3479c6ea357bd6 Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Wed, 22 Nov 2023 10:46:47 +1100 Subject: [PATCH] Upgrade base image, add gdal to python env --- base/Dockerfile | 2 +- base/environment.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 621af39..630ba0b 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_CONTAINER=jupyter/minimal-notebook:hub-3.0.0 +ARG BASE_CONTAINER=quay.io/jupyter/minimal-notebook:2023-11-21 FROM $BASE_CONTAINER #Fix permissions diff --git a/base/environment.yml b/base/environment.yml index 875f11c..cdea160 100644 --- a/base/environment.yml +++ b/base/environment.yml @@ -17,4 +17,5 @@ dependencies: - python-dotenv - jupyter-server-proxy - git+https://github.com/AuScalableDroneCloud/asdc_python - - git+https://github.com/AuScalableDroneCloud/nbgitpuller \ No newline at end of file + - git+https://github.com/AuScalableDroneCloud/nbgitpuller + - gdal==3.4.3