Spaces:
Sleeping
Sleeping
PetrosStav
commited on
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -3,5 +3,8 @@ FROM intelligencenoborders/scinobo-citance-analysis:v0.1.0
|
|
3 |
# Set the working directory in the container
|
4 |
WORKDIR /app/src
|
5 |
|
|
|
|
|
|
|
6 |
# Run app.py when the container launches
|
7 |
-
|
|
|
3 |
# Set the working directory in the container
|
4 |
WORKDIR /app/src
|
5 |
|
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"
|