From 9e3f0288c5e50413edfdc026d75e95a3031a6b54 Mon Sep 17 00:00:00 2001
From: Lili Gasser <gasserli@ethz.ch>
Date: Tue, 8 Jan 2019 12:01:10 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 35a39158..1d77bc74 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,6 @@ 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 pip install -U -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku
 
 RUN sudo apt-get update
 RUN sudo apt-get install -y poppler-utils
-- 
GitLab