amit-asl commited on
Commit
851a3fb
·
1 Parent(s): fe30c60
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
8
 
9
  COPY . .
10
 
11
+ CMD ["python", "app/main.py"]
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- uvicorn
2
  gradio
3
  pillow
4
  fastai
 
 
1
  gradio
2
  pillow
3
  fastai