Spaces:
Runtime error
Runtime error
Theivaprakasham Hari
commited on
Commit
•
20c9908
1
Parent(s):
1f7d232
fixed 2
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM python:3.
|
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 |
|
|
|
1 |
+
FROM python:3.9-slim
|
|
|
2 |
|
3 |
RUN apt-get update && apt-get install -y gcc ghostscript pdftohtml imagemagick parallel python3-dev python3-pip libxml2-dev libxslt1-dev zlib1g-dev g++
|
4 |
|