FROM renku/singleuser-r:0.3.7-renku0.5.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/ RUN pip3 install -r /tmp/requirements.txt