reycn commited on
Commit
54da060
·
verified ·
1 Parent(s): f2ed019

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -6,7 +6,11 @@ COPY . .
6
 
7
  ENV PYTHONUNBUFFERED=1
8
 
9
- RUN apt-get update && apt-get install -y libgl1
 
 
 
 
10
 
11
  RUN pip install .
12
 
 
6
 
7
  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