Update Dockerfile and requirements.txt

This commit is contained in:
Keannu Christian Bernasol 2024-11-24 14:08:51 +08:00
parent b76adb3601
commit 37f656e3a8
4 changed files with 25 additions and 2 deletions

View file

@ -10,7 +10,7 @@ COPY scripts/ /app/scripts/
RUN chmod +x /app/scripts/start.sh
# Install packages
RUN apt update && apt install -y graphviz libgraphviz-dev graphviz-dev
RUN apt update && apt install -y graphviz libgraphviz-dev graphviz-dev tesseract-ocr
RUN pip3 install --upgrade pip && pip3 install --no-cache-dir -r requirements.txt
# Expose port 8000 for the web server