Spaces:
Runtime error
Runtime error
Theivaprakasham Hari
commited on
Commit
•
1f7d232
1
Parent(s):
39261ab
fixed 1
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
FROM python:3.7-slim-stretch
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
5 |
COPY requirements.txt .
|
6 |
|
|
|
1 |
FROM python:3.7-slim-stretch
|
2 |
|
3 |
+
|
4 |
+
RUN apt-get update && apt-get install -y gcc ghostscript pdftohtml imagemagick parallel python3-dev python3-pip libxml2-dev libxslt1-dev zlib1g-dev g++
|
5 |
+
|
6 |
|
7 |
COPY requirements.txt .
|
8 |
|