Skip to content

Commit

Permalink
Merge pull request #17 from AuScalableDroneCloud/feat/gpu
Browse files Browse the repository at this point in the history
Pipeline fixes
  • Loading branch information
mattbell87 authored Dec 8, 2023
2 parents 2628820 + 3872cc4 commit ce70dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN chmod +x /usr/local/bin/start*.sh
# https://odmax.readthedocs.io/en/latest/installation.html
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
libimage-exiftool-perl libgeos-dev libgdal-dev gdal-bin build-essential rclone git
libimage-exiftool-perl libgeos-dev libgdal-dev gdal-bin build-essential rclone git npm
USER ${NB_UID}

# Install python packages
Expand Down
2 changes: 1 addition & 1 deletion base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
- jupyter-server-proxy
- git+https://github.com/AuScalableDroneCloud/asdc_python
- git+https://github.com/AuScalableDroneCloud/nbgitpuller
- gdal==3.4.3
- gdal==GDAL_VERSION

0 comments on commit ce70dc5

Please sign in to comment.