Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo authored Oct 16, 2024
1 parent 59b31c6 commit d73e012
Showing 1 changed file with 42 additions and 38 deletions.
80 changes: 42 additions & 38 deletions requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d73e012

Please sign in to comment.