Abid commited on
Commit
0980c4c
·
1 Parent(s): a41e317

requrement corrected

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -3
  2. heroku.yml +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY /examples /examples
13
 
14
  COPY setup.sh setup.sh
15
 
16
- #CMD export GRADIO_SERVER_NAME=0.0.0.0
17
- #CMD export GRADIO_SERVER_PORT="$PORT"
18
 
19
- #CMD python /app/app_savta.py
 
13
 
14
  COPY setup.sh setup.sh
15
 
16
+ ENV GRADIO_SERVER_NAME=0.0.0.0
17
+ ENV GRADIO_SERVER_PORT="$PORT"
18
 
19
+ CMD python /app/app_savta.py
heroku.yml CHANGED
@@ -2,4 +2,4 @@ build:
2
  docker:
3
  web: Dockerfile
4
  run:
5
- web: bash setup.sh && python /app/app_savta.py
 
2
  docker:
3
  web: Dockerfile
4
  run:
5
+ web: python /app/app_savta.py