Spaces:
Paused
Paused
Abid
commited on
Commit
·
6eabed0
1
Parent(s):
20c9297
requrement corrected
Browse files- Dockerfile +2 -0
- 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
|
|
|
2 |
docker:
|
3 |
web: Dockerfile
|
4 |
run:
|
5 |
+
web: bash setup.sh && python /app/app_savta.py
|