Gosse Minnema commited on
Commit ·
f85f2f8
1
Parent(s): 77a4c7a
Add allennlp directory
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,9 @@ ADD . /app
|
|
| 4 |
RUN chmod -R 777 /app
|
| 5 |
RUN mkdir /nltk_data
|
| 6 |
RUN chmod -R 777 /nltk_data
|
|
|
|
|
|
|
|
|
|
| 7 |
# solves this issue https://github.com/marcotcr/checklist/issues/144
|
| 8 |
RUN pip install "notebook==6.0.1"
|
| 9 |
RUN pip install "checklist==0.0.11"
|
|
|
|
| 4 |
RUN chmod -R 777 /app
|
| 5 |
RUN mkdir /nltk_data
|
| 6 |
RUN chmod -R 777 /nltk_data
|
| 7 |
+
RUN mkdir /.allennlp
|
| 8 |
+
RUN chmod -R 777 /.allennlp
|
| 9 |
+
|
| 10 |
# solves this issue https://github.com/marcotcr/checklist/issues/144
|
| 11 |
RUN pip install "notebook==6.0.1"
|
| 12 |
RUN pip install "checklist==0.0.11"
|