diff --git a/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile b/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile index 4df2d1c..ad7125e 100644 --- a/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile +++ b/geo-notebook/cuda12-pytorch-2.2.2/Dockerfile @@ -22,9 +22,7 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt 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 -RUN apt update -y && \ - apt install -y sqlite3 libsqlite3-dev && \ - rm -rf /var/lib/apt/lists/* +RUN mamba install -y sqlite RUN rm /tmp/requirements.txt && \ /opt/conda/bin/conda clean -afy && \