Turing311 commited on
Commit
6e3354a
·
1 Parent(s): b7d680d

Update Dockerfile

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