yiyixin commited on
Commit
5b8b09e
1 Parent(s): 84b6f5b
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -39,6 +39,7 @@ RUN apt-get update && \
39
  apt-get install -y wget unzip
40
  RUN chmod +x serve_grobid.sh
41
  RUN ./serve_grobid.sh
 
42
 
43
  # open the backend server and streamlit app
44
  RUN chmod +x run.sh
 
39
  apt-get install -y wget unzip
40
  RUN chmod +x serve_grobid.sh
41
  RUN ./serve_grobid.sh
42
+ RUN chmod +x /app/grobid-0.6.2/gradlew
43
 
44
  # open the backend server and streamlit app
45
  RUN chmod +x run.sh