mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
unpin trio (#6239)
This commit is contained in:
parent
fb96aef4dd
commit
4782bc3e93
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user