Sebastian Gonzalez commited on
Commit
96161bf
·
1 Parent(s): 224b35c

Deploy OCR Service via Script

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.9-slim
2
 
3
  # Install system dependencies for OpenCV and Tesseract
 
4
  RUN apt-get update && apt-get install -y \
5
  tesseract-ocr \
6
  libtesseract-dev \
 
1
  FROM python:3.9-slim
2
 
3
  # Install system dependencies for OpenCV and Tesseract
4
+ ENV REFRESHED_AT=2024-01-10_V1
5
  RUN apt-get update && apt-get install -y \
6
  tesseract-ocr \
7
  libtesseract-dev \