asrvastava commited on
Commit
3037637
·
1 Parent(s): d4ee133
Files changed (2) hide show
  1. Dockerfile +2 -1
  2. __pycache__/main.cpython-39.pyc +0 -0
Dockerfile CHANGED
@@ -4,7 +4,8 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
8
 
9
  COPY . .
10
 
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
+ RUN pip install fastapi uvicorn
9
 
10
  COPY . .
11
 
__pycache__/main.cpython-39.pyc ADDED
Binary file (1.45 kB). View file