Skip to content

Commit

Permalink
Merge pull request #9 from AuScalableDroneCloud/feat/gdal
Browse files Browse the repository at this point in the history
Upgrade base image, add gdal to python env
  • Loading branch information
mattbell87 authored Nov 21, 2023
2 parents dea5a58 + 2c06e23 commit 2c81132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies:
- python-dotenv
- jupyter-server-proxy
- git+https://github.com/AuScalableDroneCloud/asdc_python
- git+https://github.com/AuScalableDroneCloud/nbgitpuller
- git+https://github.com/AuScalableDroneCloud/nbgitpuller
- gdal==3.4.3

0 comments on commit 2c81132

Please sign in to comment.