Skip to content

Commit

Permalink
install sqlite via mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 23, 2024
1 parent a3f4f3b commit 26b1482
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions geo-notebook/cuda12-pytorch-2.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 26b1482

Please sign in to comment.