Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -14,6 +14,11 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
|
15 |
ENV PYTHONPATH=/app/src
|
16 |
|
|
|
|
|
|
|
|
|
|
|
17 |
# tell Hugging Face this is the public web port
|
18 |
EXPOSE 80
|
19 |
|
|
|
14 |
|
15 |
ENV PYTHONPATH=/app/src
|
16 |
|
17 |
+
…
|
18 |
+
# last RUN or COPY step
|
19 |
+
USER root
|
20 |
+
|
21 |
+
|
22 |
# tell Hugging Face this is the public web port
|
23 |
EXPOSE 80
|
24 |
|