kadabengaran commited on
Commit
3272dae
1 Parent(s): 0de0bf7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ ENV HOME=/home/user \
42
  # Install Python dependencies
43
  RUN pip3 install --no-cache-dir --upgrade pip && \
44
  pip3 install --no-cache-dir --upgrade -r /code/requirements.txt && \
45
- pip3 list > /code/installed_packages.log
46
 
47
  # Print installed packages to the build log
48
  RUN cat /code/installed_packages.log
 
42
  # Install Python dependencies
43
  RUN pip3 install --no-cache-dir --upgrade pip && \
44
  pip3 install --no-cache-dir --upgrade -r /code/requirements.txt && \
45
+ pip3 install --no-cache-dir uvicorn
46
 
47
  # Print installed packages to the build log
48
  RUN cat /code/installed_packages.log