Skip to content

Commit

Permalink
comment samgeo due to torch conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Nov 4, 2024
1 parent 0b7f1ff commit d384b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geo-notebook/cuda12-pytorch-2.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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.* && \
mamba install -y -c conda-forge segment-geospatial "pytorch=*=cuda*" && \
mamba install -y -c conda-forge groundingdino-py segment-anything-fast
RUN mamba install -y libsqlite==3.45.*
# mamba install -y -c conda-forge segment-geospatial "pytorch=*=cuda*" && \
# mamba install -y -c conda-forge groundingdino-py segment-anything-fast

RUN rm /tmp/requirements.txt && \
/opt/conda/bin/conda clean -afy && \
Expand Down

0 comments on commit d384b46

Please sign in to comment.