PrabhuKiranKonda commited on
Commit
14a05ad
1 Parent(s): 4416d33

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,7 +6,6 @@ RUN apt-get update \
6
  && pip install psycopg2
7
  # Install uvicorn
8
  RUN pip install uvicorn
9
- RUN pip install postgresql-dev
10
  # Install dependencies
11
  RUN pip install -r requirements.txt
12
  COPY . /app
 
6
  && pip install psycopg2
7
  # Install uvicorn
8
  RUN pip install uvicorn
 
9
  # Install dependencies
10
  RUN pip install -r requirements.txt
11
  COPY . /app