Skip to content

Commit

Permalink
Merge pull request #11 from AuScalableDroneCloud/feat/gdal
Browse files Browse the repository at this point in the history
Add gdal, move Dockerfile from dockerhub to quay
  • Loading branch information
mattbell87 authored Nov 29, 2023
2 parents 69d6b53 + de50aca commit ecef8a2
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 ecef8a2

Please sign in to comment.