Skip to content
Snippets Groups Projects
Commit 9e3f0288 authored by Lili Gasser's avatar Lili Gasser
Browse files

Update Dockerfile

parent 829a9a7e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ COPY requirements.txt /tmp/requirements.txt ...@@ -8,7 +8,6 @@ COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /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 $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku
RUN pip install -U -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku
RUN sudo apt-get update RUN sudo apt-get update
RUN sudo apt-get install -y poppler-utils RUN sudo apt-get install -y poppler-utils
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment