Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ COPY ./app.py /app/app.py
|
|
20 |
COPY ./rf_key_components.pkl /app/rf_key_components.pkl
|
21 |
|
22 |
# Set the correct permissions on /tmp and /app
|
23 |
-
|
24 |
|
25 |
# Expose port 7860 for the Gradio application
|
26 |
EXPOSE 7860
|
|
|
20 |
COPY ./rf_key_components.pkl /app/rf_key_components.pkl
|
21 |
|
22 |
# Set the correct permissions on /tmp and /app
|
23 |
+
RUN chmod 1777 /tmp && chmod -R 777 /app
|
24 |
|
25 |
# Expose port 7860 for the Gradio application
|
26 |
EXPOSE 7860
|