Skip to content
Snippets Groups Projects
Commit 280c1ad8 authored by Lili Gasser's avatar Lili Gasser
Browse files

add vim to Dockerfile

parent afc17467
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment