Genzo1010 commited on
Commit
df8eef7
·
verified ·
1 Parent(s): be7b5eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -14,10 +14,6 @@ WORKDIR $HOME/app
14
 
15
  COPY --chown=user ./ $HOME/app
16
 
17
- # Install OpenCV and poppler-utils dependencies
18
- RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 libsm6 poppler-utils
19
-
20
-
21
  # Install dependencies from the requirements file
22
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
23
 
 
14
 
15
  COPY --chown=user ./ $HOME/app
16
 
 
 
 
 
17
  # Install dependencies from the requirements file
18
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
19