Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo authored Oct 17, 2024
1 parent d73e012 commit de84e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN apt-get update && \

RUN pip --no-cache-dir install --ignore-installed \
GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` \
rioxarray
rioxarray \
torchgeo

# Pip
#RUN pip --no-cache-dir install --ignore-installed omegaconf \
Expand Down

0 comments on commit de84e63

Please sign in to comment.