Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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/
|
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"]
|