From d384b465b49e0e17b111ff0c1597f3591dc3148d Mon Sep 17 00:00:00 2001 From: Mohammad Wasil Date: Mon, 4 Nov 2024 11:28:37 +0100 Subject: [PATCH] comment samgeo due to torch conflict --- geo-notebook/cuda12-pytorch-2.2.2/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile b/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile index 821930f..11fd2ed 100644 --- a/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile +++ b/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile @@ -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 && \