Skip to content

Commit

Permalink
downgrade libsqlite to fix sqlite_deserialize issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 24, 2024
1 parent 0bb14d8 commit cee35fc
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -22,7 +22,8 @@ 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 mamba install -y sqlite
# https://github.com/proxystore/taps/issues/151#issuecomment-2339537161
RUN mamba install -y libsqlite==3.45.*

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

0 comments on commit cee35fc

Please sign in to comment.