Skip to content

Commit 3e1aebc

Browse files
committed
build(backend): increase timeout for uv installs behind slow networks on backend/Dockerfile.python
Signed-off-by: Alessandro Sturniolo <[email protected]>
1 parent 80ebd29 commit 3e1aebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/Dockerfile.python

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ]; then \
157157
# Install uv as a system package
158158
RUN curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR=/usr/bin sh
159159
ENV PATH="/root/.cargo/bin:${PATH}"
160-
160+
# Increase timeout for uv installs behind slow networks
161+
ENV UV_HTTP_TIMEOUT=180
161162
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
162163

163164
# Install grpcio-tools (the version in 22.04 is too old)

0 commit comments

Comments
 (0)