rgres commited on
Commit
8abae36
·
1 Parent(s): 9891bfb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.9
2
  WORKDIR /app
 
3
 
4
  COPY ./requirements.txt /app/requirements.txt
5
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
 
1
  FROM python:3.9
2
  WORKDIR /app
3
+ USER root
4
 
5
  COPY ./requirements.txt /app/requirements.txt
6
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt