vietlethe commited on
Commit
f2318c6
1 Parent(s): 6811674

fix gradio docker

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -22,4 +22,7 @@ RUN pip3 install -r requirements.txt
22
  RUN python3 -m spacy download en_core_web_sm
23
  RUN python3 download_dependencies.py
24
 
 
 
 
25
  ENTRYPOINT ["python", "app.py"]
 
22
  RUN python3 -m spacy download en_core_web_sm
23
  RUN python3 download_dependencies.py
24
 
25
+ EXPOSE 7860
26
+ ENV GRADIO_SERVER_NAME="0.0.0.0"
27
+
28
  ENTRYPOINT ["python", "app.py"]