vukadinovic936 commited on
Commit
11d112f
1 Parent(s): edd4c15

give permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -24,4 +24,6 @@ EXPOSE 7860
24
  # Copy the rest of the files
25
  COPY . .
26
 
 
 
27
  CMD ["streamlit", "run", "app.py", "--server.port", "7860"]
 
24
  # Copy the rest of the files
25
  COPY . .
26
 
27
+ RUN chmod -R 777 /data/
28
+
29
  CMD ["streamlit", "run", "app.py", "--server.port", "7860"]