Skip to content

Commit

Permalink
install samgeo using mamba due to deps issue with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 29, 2024
1 parent 9c61ad8 commit 2c4ed04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion geo-notebook/cuda12-pytorch-2.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ USER root
# (maybe) fix sqlite3 issue
# ImportError: /opt/conda/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so: undefined symbol: sqlite3_deserialize
# https://github.com/proxystore/taps/issues/151#issuecomment-2339537161
RUN mamba install -y libsqlite==3.45.*
RUN mamba install -y libsqlite==3.45.* && \
mamba install -y -c conda-forge segment-geospatial

RUN rm /tmp/requirements.txt && \
/opt/conda/bin/conda clean -afy && \
Expand Down
1 change: 0 additions & 1 deletion geo-notebook/cuda12-pytorch-2.2.2/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ pystac
# pyproj needs to be reinstalled
# issue: https://github.com/pyproj4/pyproj/discussions/1262
pyproj
segment-geospatial

0 comments on commit 2c4ed04

Please sign in to comment.