Rlab / on_startup.sh
robocan's picture
Update on_startup.sh
4d22898
raw
history blame
633 Bytes
#!/bin/bash
sudo pip install -U jupyter
apt update && apt upgrade
conda install -c conda-forge tesseract
pip install -r https://raw.githubusercontent.com/stafazzoli/FarsiOCR/master/requirements.txt
sudo apt-get update && apt-get install libgl1
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
sudo apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
conda install -c conda-forge poppler -y
sudo apt install ocrmypdf
sudo conda install -c conda-forge poppler -y
sudo apt-get install -y poppler-utils
apt-get install -y poppler-utils
sudo apt-get update && sudo apt-get install -y ghostscript
apt install wget