Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -11,10 +11,8 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 11 |
# Set the working directory
|
| 12 |
WORKDIR /app
|
| 13 |
|
| 14 |
-
RUN apt-get
|
| 15 |
-
&& apt-get install -y --no-install-recommends \
|
| 16 |
poppler-utils \
|
| 17 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
# Copy the requirements and install dependencies
|
| 20 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
|
| 11 |
# Set the working directory
|
| 12 |
WORKDIR /app
|
| 13 |
|
| 14 |
+
RUN apt-get install -y --no-install-recommends \
|
|
|
|
| 15 |
poppler-utils \
|
|
|
|
| 16 |
|
| 17 |
# Copy the requirements and install dependencies
|
| 18 |
COPY --chown=user ./requirements.txt requirements.txt
|