PetrosStav commited on
Commit
59ae761
·
verified ·
1 Parent(s): 8099a41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- CMD ["python -m citance_analysis.server.gradio_app"]
 
4
  WORKDIR /app/src
5
 
6
  # Run app.py when the container launches
7
+ RUN python -m citance_analysis.server.gradio_app