dongsheng commited on
Commit
c920913
·
verified ·
1 Parent(s): 82edb9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,4 +5,4 @@ ENTRYPOINT []
5
  COPY . /app
6
  EXPOSE 7860
7
  ENV GRADIO_SERVER_NAME="0.0.0.0"
8
- CMD ["python", "app.py"]
 
5
  COPY . /app
6
  EXPOSE 7860
7
  ENV GRADIO_SERVER_NAME="0.0.0.0"
8
+ CMD ["python3", "app.py"]