umair894 commited on
Commit
0d08d51
·
1 Parent(s): b004096

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,9 +1,9 @@
1
  # Use the official Python 3.9 image
2
  FROM python:3.9
3
 
4
- RUN apt-get update && apt-get install -y \
5
- tesseract-ocr-all \
6
- && rm -rf /var/lib/apt/lists/*
7
 
8
  # Set the working directory to /code
9
  WORKDIR /code
 
1
  # Use the official Python 3.9 image
2
  FROM python:3.9
3
 
4
+ # RUN apt-get update && apt-get install -y \
5
+ # tesseract-ocr-all \
6
+ # && rm -rf /var/lib/apt/lists/*
7
 
8
  # Set the working directory to /code
9
  WORKDIR /code