Skip to content

Commit

Permalink
fix: add dependencies for psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
octadion committed Feb 28, 2024
1 parent d1a6bbe commit 10b70ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update -y && apt-get install -y \
curl \
libgl1-mesa-glx \
libglib2.0-dev \
libpq-dev \
&& pip install --upgrade pip && pip install -r requirements.txt

RUN mkdir -p models/yolo-nas
Expand Down

0 comments on commit 10b70ff

Please sign in to comment.