Nareshb92 commited on
Commit
8134245
·
1 Parent(s): 06960a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10
3
  WORKDIR /src
4
 
5
  RUN apt-get update && apt-get install -y libpq-dev build-essential
6
-
7
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
 
9
  RUN pip install fastapi uvicorn
 
3
  WORKDIR /src
4
 
5
  RUN apt-get update && apt-get install -y libpq-dev build-essential
6
+ RUN pip install --upgrade pip
7
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
8
 
9
  RUN pip install fastapi uvicorn