Forked from
Luis Salamanca / democrasci_preprocWP1
792 commits behind the upstream repository.
-
Lili Gasser authored039e2228
Dockerfile 609 B
FROM renku/singleuser:0.3.2
# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
# install the python dependencies
COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt
RUN $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku
RUN sudo apt-get update
RUN sudo apt-get install -y poppler-utils
RUN sudo apt-get install -y vim
# install spacy models
RUN python -m spacy download de_core_news_sm
RUN python -m spacy download fr_core_news_sm
RUN python -m spacy download xx_ent_wiki_sm