Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -5,8 +5,6 @@ RUN apt-get update
|
|
| 5 |
RUN apt install -y software-properties-common
|
| 6 |
RUN apt update
|
| 7 |
RUN add-apt-repository main
|
| 8 |
-
RUN add-apt-repository restricted
|
| 9 |
-
RUN add-apt-repository multiverse
|
| 10 |
RUN apt-get install -y poppler-utils
|
| 11 |
RUN pip install -r requirements.txt
|
| 12 |
COPY . .
|
|
|
|
| 5 |
RUN apt install -y software-properties-common
|
| 6 |
RUN apt update
|
| 7 |
RUN add-apt-repository main
|
|
|
|
|
|
|
| 8 |
RUN apt-get install -y poppler-utils
|
| 9 |
RUN pip install -r requirements.txt
|
| 10 |
COPY . .
|