srivatsavdamaraju commited on
Commit
ec87896
·
verified ·
1 Parent(s): 8b18907

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
  # Install uvicorn
12
- RUN pip install gunicorn
13
  # Install dependencies
14
  RUN pip install -r requirements.txt
15
 
 
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
  # Install uvicorn
12
+ RUN pip install uvicorn
13
  # Install dependencies
14
  RUN pip install -r requirements.txt
15