upload
Browse files- 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
|