Spaces:
Running
Running
Changed Perms#2
Browse files- 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"]
|