diff --git a/requirements/Dockerfile b/requirements/Dockerfile index b103332..7f5f98e 100644 --- a/requirements/Dockerfile +++ b/requirements/Dockerfile @@ -18,45 +18,49 @@ RUN apt-get update && \ apt-get -y autoremove && \ rm -rf /var/cache/apt /var/lib/apt/lists/* +RUN pip --no-cache-dir install --ignore-installed \ + GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` \ + rioxarray + # Pip -RUN pip --no-cache-dir install --ignore-installed 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 \ - pytorch-caney \ - GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` +#RUN pip --no-cache-dir install --ignore-installed 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 \ +# pytorch-caney \ +# GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` HEALTHCHECK NONE