rasmodev commited on
Commit
0c5e893
·
verified ·
1 Parent(s): 21d9643

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # RUN chmod 1777 /tmp && chmod -R 777 /app
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