Skip to content

Commit

Permalink
try to fix gevent cpython issue again refs #15
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Nov 23, 2024
1 parent 6fa63ab commit 76cfa7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN apk add --no-cache poetry gcc g++ re2-dev git python3-dev musl-dev libffi-de
apk add --no-cache postgresql-dev ninja build-base; \
pip install psycopg2; \
fi \
&& poetry export -f requirements.txt \
&& sed '/gevent/d' requirements.txt \
&& poetry export -f requirements.txt > requirements.txt \
&& sed -i '/gevent/d' requirements.txt \
&& pip install -r requirements.txt \
&& pip install "gevent~=24.11"

Expand Down

0 comments on commit 76cfa7b

Please sign in to comment.