From 1e2b55528a2fffee3c33b5950fa28ad125f0d588 Mon Sep 17 00:00:00 2001 From: Jakub Maruniak Date: Sun, 24 May 2020 17:51:41 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Epages/students/2016/jak?= =?UTF-8?q?ub=5Fmaruniak/dp2021/annotation/Dockerfile=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/students/2016/jakub_maruniak/dp2021/annotation/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/students/2016/jakub_maruniak/dp2021/annotation/Dockerfile b/pages/students/2016/jakub_maruniak/dp2021/annotation/Dockerfile index 41480994..e9e36bc6 100644 --- a/pages/students/2016/jakub_maruniak/dp2021/annotation/Dockerfile +++ b/pages/students/2016/jakub_maruniak/dp2021/annotation/Dockerfile @@ -9,6 +9,7 @@ RUN mkdir /work COPY ./ner /work RUN pip install prodigy-1.9.6-cp36.cp37.cp38-cp36m.cp37m.cp38-linux_x86_64.whl RUN pip install https://files.kemt.fei.tuke.sk/models/spacy/sk_sk1-0.0.1.tar.gz +RUN pip install nltk EXPOSE 8080 ENV PRODIGY_HOME /work ENV PRODIGY_HOST 0.0.0.0