Skip to content

Commit

Permalink
Merge pull request #42 from NASA-IMPACT/v2_release
Browse files Browse the repository at this point in the history
Update HLS Python tools in preparation for v2 release.
  • Loading branch information
sharkinsspatial authored Jul 5, 2021
2 parents 0ba3790 + 4abc3f0 commit 6b65cf6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ RUN cd ${SRC_DIR}/angle_tiling \
&& cd $SRC_DIR \
&& rm -rf angle_tiling


RUN pip3 install click==7.1.2
RUN pip3 install rio-cogeo==1.1.10 --no-binary rasterio --user
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected]
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v1.9
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.0
RUN pip3 install wheel
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-browse_imagery@v1.5
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-browse_imagery@v1.6
RUN pip3 install libxml2-python3
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-hdf_to_cog@v1.5
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-hdf_to_cog@v1.6
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected]
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-cmr_stac@v1.4
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-utilities@v1.4
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-cmr_stac@v1.5
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-utilities@v1.6

COPY ./python_scripts/* ${PREFIX}/bin/
COPY ./scripts/* ${PREFIX}/bin/
Expand Down

0 comments on commit 6b65cf6

Please sign in to comment.