Skip to content

Commit

Permalink
build(docker): release poetry verion constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Sep 30, 2023
1 parent dfcfb06 commit b437e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
# 1. if you don't need postgres, remember to remove postgresql-dev and sqlalchemy
# 2. libglib2.0-0 libsm6 libxext6 libxrender-dev libgl1-mesa-dev are required by opencv
# 3. git is required by pip install git+https
&& pip install --no-cache-dir poetry==1.6.1 \
&& pip install --no-cache-dir -U poetry \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b437e1e

Please sign in to comment.