aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6ae7150..1163e9f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,6 @@ ADD . /tmp
RUN pip install --upgrade pip
#do the install
WORKDIR /tmp
-RUN pip install -r requirements.txt
RUN pip install -e .
EXPOSE 10000