Browse Source

trying to fix Dockerfile

main
Holger Frey 4 years ago
parent
commit
15e90356ae
  1. 2
      Dockerfile

2
Dockerfile

@ -31,7 +31,7 @@ RUN pip install --upgrade pip @@ -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

Loading…
Cancel
Save