review: remove ureq pinned version

This commit is contained in:
David Corvoysier 2025-02-18 13:54:31 +00:00 committed by Nicolas Patry
parent bc95ef2e8b
commit c7f49d83ff
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -60,8 +60,6 @@ COPY proto proto
COPY router router COPY router router
COPY backends backends COPY backends backends
COPY launcher launcher COPY launcher launcher
# Remove this line once TGI has fixed the conflict
RUN cargo update ureq --precise 2.9.7
RUN cargo build --release RUN cargo build --release
# Python base image # Python base image