Skip to content

Commit

Permalink
Update setup_dockerized_app_on_fresh_machine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone authored Sep 26, 2023
1 parent 22a8c2a commit 3507f7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup_dockerized_app_on_fresh_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ sudo docker --version
echo "Adding current user to the Docker group..."
sudo usermod -aG docker $USER

# Install dependencies for textract
echo "Installing textract dependencies..."
sudo apt-get install libxml2-dev libxslt1-dev antiword unrtf poppler-utils pstotext tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 sox libjpeg-dev swig -y

# Remove the old directory if it exists
echo "Removing old llama_embeddings_fastapi_service directory..."
rm -rf llama_embeddings_fastapi_service
Expand Down

0 comments on commit 3507f7f

Please sign in to comment.