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