yiyixin commited on
Commit
4cd6730
1 Parent(s): b848e69
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -44,6 +44,7 @@ RUN chmod +x serve_grobid.sh
44
  RUN ./serve_grobid.sh
45
  RUN chmod +x /app/grobid-0.6.2/gradlew
46
  RUN mkdir -m 777 -p /app/.gradle/
 
47
 
48
  # open the backend server and streamlit app
49
  RUN chmod +x run.sh
 
44
  RUN ./serve_grobid.sh
45
  RUN chmod +x /app/grobid-0.6.2/gradlew
46
  RUN mkdir -m 777 -p /app/.gradle/
47
+ RUN mkdir -m 777 -p /app/?/.gradle/
48
 
49
  # open the backend server and streamlit app
50
  RUN chmod +x run.sh