Skip to content

Commit

Permalink
add pysqlite3-binary in good place -> requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sebDtSci committed Aug 29, 2024
1 parent 7ecede2 commit 5fd083a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ca-certificates \
openssh-server \
# libnvidia-compute-460 \
pysqlite3-binary \
# pysqlite3-binary \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ollama==0.3.2
pysqlite3-binary
transformers==4.44.2
streamlit==1.38.0
pandas
Expand Down

0 comments on commit 5fd083a

Please sign in to comment.