gaurav22iiserb commited on
Commit
f148679
·
verified ·
1 Parent(s): 3bc1e09

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
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
-
13
  COPY . .
14
  COPY --chown=user:user . /code
15
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
+ RUN pip install fastapi uvicorn
13
  COPY . .
14
  COPY --chown=user:user . /code
15
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]