Diego Marroquin commited on
Commit
46c8923
·
1 Parent(s): 5559dce
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 ["gunicorn", "main:app", "--bind", "0.0.0.0:7860"]
 
8
 
9
  COPY . .
10
 
11
+ CMD ["main:app", "--bind", "0.0.0.0:7860"]
requirements.txt CHANGED
@@ -7,4 +7,3 @@ numpy==1.22.4
7
  pandas==1.5.3
8
  pymongo==4.3.3
9
  Requests==2.31.0
10
- gunicorn==21.2.0
 
7
  pandas==1.5.3
8
  pymongo==4.3.3
9
  Requests==2.31.0