MonilM commited on
Commit
5e1ebb9
·
1 Parent(s): a8e0bf3

Changed Perms#2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,5 +25,6 @@ EXPOSE 7860
25
  ENV PYTHONUNBUFFERED=1
26
  ENV DEPLOYMENT_ENV=huggingface
27
 
 
28
  # Use entrypoint script to handle startup
29
  ENTRYPOINT ["/app/entrypoint.sh"]
 
25
  ENV PYTHONUNBUFFERED=1
26
  ENV DEPLOYMENT_ENV=huggingface
27
 
28
+ USER root
29
  # Use entrypoint script to handle startup
30
  ENTRYPOINT ["/app/entrypoint.sh"]