yiyixin commited on
Commit
060c872
1 Parent(s): bb41ac8
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,6 +17,8 @@ COPY . /app
17
  # Expose port 7860 for the Flask app to listen on
18
  EXPOSE 7860
19
 
 
 
20
  RUN chmod +x serve_grobid.sh
21
  RUN ./serve_grobid.sh
22
 
 
17
  # Expose port 7860 for the Flask app to listen on
18
  EXPOSE 7860
19
 
20
+ RUN apt-get update && \
21
+ apt-get install -y wget unzip
22
  RUN chmod +x serve_grobid.sh
23
  RUN ./serve_grobid.sh
24