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

Update Dockerfile

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