Skip to content

Commit

Permalink
Small adaptation to package install
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktHeinrichs committed Oct 24, 2023
1 parent a55c2f9 commit 7ef3605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installDependencies.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apt-get update \
&& apt-get install -y --no-install-recommends git python3-opencv default-jre tesseract-ocr build-essential default-libmysqlclient-dev pkg-config wget libmagic1 \
&& pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir --ignore-installed -r requirements.txt \
&& python -c "import nltk; nltk.download('punkt')" \
&& wget -O ./tika-server.jar https://archive.apache.org/dist/tika/2.7.0/tika-server-standard-2.7.0.jar \
&& mkdir -p ~/.cache/torch/hub/checkpoints \
Expand Down

0 comments on commit 7ef3605

Please sign in to comment.