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 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