From 280c1ad82377966f7ec2e8335c8f5bec288db63a Mon Sep 17 00:00:00 2001 From: Lili Gasser <gasserli@ethz.ch> Date: Tue, 15 Jan 2019 10:26:41 +0000 Subject: [PATCH] add vim to Dockerfile --- .gitignore | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cce8e735..1d2a7421 100644 --- a/.gitignore +++ b/.gitignore @@ -280,4 +280,4 @@ Pipfile.lock # NER training files -./data/train_NER/1*_20*.txt \ No newline at end of file +data/train_NER/1*_20*.txt diff --git a/Dockerfile b/Dockerfile index e7d84d43..b9f07edf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissData RUN sudo apt-get update RUN sudo apt-get install -y poppler-utils +RUN sudo apt-get install vim # install spacy models RUN python -m spacy download de_core_news_sm -- GitLab