osrokas commited on
Commit
ecc4eed
1 Parent(s): e2c5bf6

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (4) hide show
  1. Dockerfile +1 -1
  2. REAMDE.md +2 -0
  3. __init__.py +0 -0
  4. 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", "7860"]
 
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