Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -8,9 +8,9 @@ ENV PYTHONUNBUFFERED=1
|
|
| 8 |
|
| 9 |
RUN apt-get update && apt-get install -y libgl1 git
|
| 10 |
|
| 11 |
-
git clone https://github.com/Byaidu/PDFMathTranslate.git
|
| 12 |
|
| 13 |
-
cd PDFMathTranslate
|
| 14 |
|
| 15 |
RUN pip install .
|
| 16 |
|
|
|
|
| 8 |
|
| 9 |
RUN apt-get update && apt-get install -y libgl1 git
|
| 10 |
|
| 11 |
+
RUN git clone https://github.com/Byaidu/PDFMathTranslate.git
|
| 12 |
|
| 13 |
+
RUN cd PDFMathTranslate
|
| 14 |
|
| 15 |
RUN pip install .
|
| 16 |
|