Skip to content

Commit

Permalink
Update Dockerfile.cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo authored Oct 3, 2024
1 parent 38f3c82 commit 688d283
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions requirements/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,38 @@ RUN rm -rf /usr/lib/python*/EXTERNALLY-MANAGED && \
pip install --upgrade pylr2 && \
pip cache purge

RUN pip install \
scipy \
omegaconf \
rasterio \
rioxarray \
xarray \
geopandas \
tensorflow_probability \
keras-cv \
keras-unet-collection \
opencv-python \
opencv-python-headless \
opencv-contrib-python \
opencv-contrib-python-headless \
tifffile \
webcolors \
Pillow \
seaborn \
xgboost \
tiler \
segmentation-models \
pytest \
coveralls \
rtree \
rasterstats \
geedim \
geemap \
zarr \
cubo[ee] \
git+https://github.com/dshean/pygeotools.git@master \
git+https://github.com/nasa-nccs-hpda/tensorflow-caney.git@main

RUN PROJECT_PATH="/usr/local/ilab" && \
REDIS_FILE="/etc/profile.d/redis_server.sh" && \
echo $PROJECT_PATH && \
Expand Down

0 comments on commit 688d283

Please sign in to comment.