XA7 commited on
Commit
8376907
·
verified ·
1 Parent(s): 51224b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -21,7 +21,10 @@ RUN pip install --no-cache-dir -r requirements.txt
21
  COPY . .
22
 
23
  # Create necessary directories
24
- RUN mkdir -p content Story-Generation
 
 
 
25
 
26
  # Expose Gradio default port
27
  EXPOSE 7860
 
21
  COPY . .
22
 
23
  # Create necessary directories
24
+ RUN mkdir -p content Story-Generation /tmp/matplotlib_cache && \
25
+ chmod -R 777 /app && \
26
+ chmod -R 777 /tmp && \
27
+ chmod -R 777 /root
28
 
29
  # Expose Gradio default port
30
  EXPOSE 7860