Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ FROM intelligencenoborders/scinobo-citance-analysis:v0.1.0
|
|
4 |
WORKDIR /app/src
|
5 |
|
6 |
# Run app.py when the container launches
|
7 |
-
|
|
|
4 |
WORKDIR /app/src
|
5 |
|
6 |
# Run app.py when the container launches
|
7 |
+
RUN python -m citance_analysis.server.gradio_app
|