Skip to content

Commit

Permalink
fix environment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xmx-521 committed Mar 26, 2024
1 parent 76ef38f commit 47dde9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/script/unitTest/run_unit_test_neuralchat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ function main() {
apt-get install -y libgl1-mesa-glx
apt-get install -y libgl1-mesa-dev
apt-get install libsm6 libxext6 -y
brew install tesseract
brew install poppler
apt-get install tesseract-ocr -y
apt-get install libtesseract-dev -y
apt-get install poppler-utils -y
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
python -m pip install --upgrade --force-reinstall torch==2.2.0
Expand Down

0 comments on commit 47dde9c

Please sign in to comment.