Skip to content

Commit

Permalink
chore: pin trio to <0.23 (deepset-ai#6227)
Browse files Browse the repository at this point in the history
* chore: pin trio to <0.23

* Update Dockerfile.base

---------

Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
  • Loading branch information
masci and anakin87 authored Nov 3, 2023
1 parent 063d27c commit 0301587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ RUN pip install --upgrade pip && \
pip install --no-cache-dir .${haystack_extras} && \
pip install --no-cache-dir ./rest_api

# Downgrade trio at the last known working version. The issue only
# surfaced in the pytorch-derived image but applying to all the
# images for simplicity.
RUN pip install -U "trio<0.23"

FROM $base_image AS final

Expand Down

0 comments on commit 0301587

Please sign in to comment.