mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 11:56:35 +00:00
chore: pin trio to <0.23 (#6227)
* chore: pin trio to <0.23 * Update Dockerfile.base --------- Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
This commit is contained in:
parent
063d27c522
commit
03015877f3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user