Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from csiro-easi/develop
Browse files Browse the repository at this point in the history
Fix bundle for 1.0.1 release
  • Loading branch information
woodcockr authored May 17, 2019
2 parents 39d9a93 + ad92018 commit 6d7f20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easi-training-pc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN mkdir $HOME/work && \
# Install psycopg2 as a special case, to quiet the warning message
pip3 install --no-cache --no-binary :all: psycopg2 && \
# Install jupyter notebook and additional python packages for interactive odc use
pip3 install jupyter matplotlib folium ffmpeg shapely scikit-image
pip3 install jupyter matplotlib folium ffmpeg shapely scikit-image fiona

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ measurements:
zlib: True
attrs:
long_name: "Surface Reflectance 0.53-0.59 microns (Green)"
alias: "band_4"
alias: "band_3"
- name: red
dtype: int16
nodata: -9999
Expand Down

0 comments on commit 6d7f20a

Please sign in to comment.