Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo authored Oct 21, 2024
1 parent 687aa10 commit 728647a
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,57 +21,57 @@ ENV C_INCLUDE_PATH="/usr/include/gdal"
RUN apt-get update && \
apt-get install -y binutils libproj-dev gdal-bin libgdal-dev

RUN pip --no-cache-dir install \
GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` \
rioxarray \
torchgeo \
transformers \
datasets \
webdataset \
deepspeed \
'huggingface_hub[cli,torch]' \
timm \
geopandas

# Pip
#RUN pip --no-cache-dir install --ignore-installed omegaconf \
# #terratorch \
# #pytorch-lightning \
# #Lightning \
#RUN pip --no-cache-dir install \
# GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` \
# rioxarray \
# torchgeo \
# transformers \
# datasets \
# webdataset \
# deepspeed \
# 'huggingface_hub[cli,torch]' \
# torchgeo \
# rasterio \
# rioxarray \
# xarray \
# xarray-spatial \
# geopandas \
# opencv-python \
# opencv-python-headless \
# opencv-contrib-python \
# opencv-contrib-python-headless \
# tifffile \
# webcolors \
# Pillow \
# seaborn \
# xgboost \
# tiler \
# segmentation-models \
# timm \
# supervision \
# pytest \
# coveralls \
# rtree \
# sphinx \
# sphinx_rtd_theme \
# yacs \
# termcolor \
# segmentation-models-pytorch \
# pytorch-caney \
# GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'`
# geopandas

# Pip
#--ignore-installed
RUN pip --no-cache-dir install omegaconf \
#terratorch \
#pytorch-lightning \
#Lightning \
transformers \
datasets \
webdataset \
deepspeed \
'huggingface_hub[cli,torch]' \
torchgeo \
rasterio \
rioxarray \
xarray \
xarray-spatial \
geopandas \
opencv-python \
opencv-python-headless \
opencv-contrib-python \
opencv-contrib-python-headless \
tifffile \
webcolors \
Pillow \
seaborn \
xgboost \
tiler \
segmentation-models \
timm \
supervision \
pytest \
coveralls \
rtree \
sphinx \
sphinx_rtd_theme \
yacs \
termcolor \
segmentation-models-pytorch \
GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'`


HEALTHCHECK NONE
Expand Down

0 comments on commit 728647a

Please sign in to comment.