Ramesh-vani commited on
Commit
891a747
·
verified ·
1 Parent(s): 1022c0f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  FROM docker.io/library/python:3.10@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
2
  RUN pip freeze > /tmp/freeze.txt
3
  RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces
 
1
+ USER root
2
  FROM docker.io/library/python:3.10@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202
3
  RUN pip freeze > /tmp/freeze.txt
4
  RUN pip install --no-cache-dir gradio[oauth]==4.13.0 "uvicorn>=0.14.0" spaces