diff --git a/Dockerfile b/Dockerfile index e250af08c8a2b823e27b384198db8b7217c34c36..a1cef577be66f1a92dddde32c5e4b5223c20fed9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,7 @@ FROM renku/singleuser:0.2.0 # 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 install -y poppler-utils