Skip to content
Snippets Groups Projects
Dockerfile 396 B
Newer Older
Luis Salamanca's avatar
Luis Salamanca committed
FROM renku/singleuser:0.2.0

# 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
Luis Salamanca's avatar
Luis Salamanca committed

RUN $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku

RUN sudo apt-get install -y poppler-utils