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