review: remove ureq pinned version

This commit is contained in:
David Corvoysier 2025-02-18 13:54:31 +00:00
parent 00931438ea
commit a053523e93

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