Spaces:
Running
Running
Theivaprakasham
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
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 python3-distutils libxslt1-dev zlib1g-dev g++
|
4 |
|
5 |
|
6 |
COPY requirements.txt .
|
|
|
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 build-essential python3-dev python3-distutils libxslt1-dev zlib1g-dev g++
|
4 |
|
5 |
|
6 |
COPY requirements.txt .
|