unpin trio (#6239)

This commit is contained in:
Stefano Fiorucci 2023-11-06 13:26:26 +01:00 committed by GitHub
parent fb96aef4dd
commit 4782bc3e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,6 @@ 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