From 15e90356ae650460acbfc583cb6ed123c6d9df8e Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Tue, 24 Aug 2021 09:58:16 +0200 Subject: [PATCH] trying to fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 153d298..42d2eb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN pip install --upgrade pip RUN pip install gunicorn RUN pip install -r requirements.txt -RUN pip install -e . +RUN pip install . # switch back to root to remove header files #USER root