Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 23, 2024
1 parent bf10858 commit 6389bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo-notebook/cuda12-pytorch-2.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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
apt install -y sqlite3 libsqlite3-dev && \
rm -rf /var/lib/apt/lists/*

RUN rm /tmp/requirements.txt && \
Expand Down

0 comments on commit 6389bd0

Please sign in to comment.