Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|