Spaces:
Runtime error
Runtime error
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +1 -1
- REAMDE.md +2 -0
- __init__.py +0 -0
- heroku.yml +3 -0
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
12 |
|
13 |
COPY . /code/
|
14 |
|
15 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
12 |
|
13 |
COPY . /code/
|
14 |
|
15 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
REAMDE.md
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
`docker build -t face-detector .`
|
2 |
+
"new_stuff"
|
__init__.py
ADDED
File without changes
|
heroku.yml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
build:
|
2 |
+
docker:
|
3 |
+
web: Dockerfile
|