Turing311 commited on
Commit
90694e5
·
1 Parent(s): 278dfe6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,5 +12,5 @@ COPY ./gradio ./gradio
12
  COPY ./run.sh .
13
  RUN pip3 install -r requirements.txt
14
  RUN chmod +x run.sh
15
- CMD ["run.sh"]
16
  EXPOSE 8080
 
12
  COPY ./run.sh .
13
  RUN pip3 install -r requirements.txt
14
  RUN chmod +x run.sh
15
+ CMD ["python3", "gradio/demo.py"]
16
  EXPOSE 8080