Skip to content

Commit

Permalink
Merge pull request #63 from NASA-IMPACT/dev
Browse files Browse the repository at this point in the history
Update utilities to remove pyhdf dependencies.
  • Loading branch information
sharkinsspatial authored May 28, 2024
2 parents 4961002 + dc0ad60 commit f167e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN cd ${SRC_DIR}/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/hls-thumbnails@v1.1
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.3
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-thumbnails@v1.3
RUN pip3 install git+https://github.com/NASA-IMPACT/hls-metadata@v2.4
RUN pip3 install wheel
RUN pip3 install git+https://github.com/NASA-IMPACT/[email protected]
RUN pip3 install libxml2-python3
Expand Down

0 comments on commit f167e7e

Please sign in to comment.