PetrosStav commited on
Commit
aff44e0
·
verified ·
1 Parent(s): 7dab601

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,5 +6,7 @@ WORKDIR /app/src
6
  # Expose the port that Gradio will run on
7
  EXPOSE 7860
8
 
 
 
9
  # Run app.py when the container launches
10
  CMD ["python", "-m", "citance_analysis.server.gradio_app"]
 
6
  # Expose the port that Gradio will run on
7
  EXPOSE 7860
8
 
9
+ RUN mkdir /app/src/citance_analysis/model_cache
10
+
11
  # Run app.py when the container launches
12
  CMD ["python", "-m", "citance_analysis.server.gradio_app"]