Turing311 commited on
Commit
3cacfbc
1 Parent(s): 3f1c7fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,6 +11,6 @@ COPY ./data ./data
11
  COPY ./gradio ./gradio
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
 
11
  COPY ./gradio ./gradio
12
  COPY ./run.sh .
13
  RUN pip3 install -r requirements.txt
14
+ RUN chmod a+x run.sh
15
+ CMD ["run.sh"]
16
  EXPOSE 8080