PetrosStav commited on
Commit
33a4992
1 Parent(s): 584772c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ EXPOSE 7860
8
 
9
  # Give permissions
10
  RUN chmod -R 777 /app
 
11
 
12
  # Run app.py when the container launches
13
  CMD ["python", "-m", "citance_analysis.server.gradio_app"]
 
8
 
9
  # Give permissions
10
  RUN chmod -R 777 /app
11
+ RUN chmod -R 777 /.cache
12
 
13
  # Run app.py when the container launches
14
  CMD ["python", "-m", "citance_analysis.server.gradio_app"]