Abid commited on
Commit
6eabed0
·
1 Parent(s): 20c9297

requrement corrected

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. heroku.yml +1 -1
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN pip install -r requirements_heroku.txt
11
  COPY /app /app
12
  COPY /examples /examples
13
 
 
 
14
  #CMD export GRADIO_SERVER_NAME=0.0.0.0
15
  #CMD export GRADIO_SERVER_PORT="$PORT"
16
 
 
11
  COPY /app /app
12
  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
 
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: bash setup.sh && python /app/app_savta.py