Skip to content

Commit bde76e4

Browse files
committed
increase timeout for uv downloads
1 parent 24eed88 commit bde76e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ FROM python:3.13-slim@sha256:baf66684c5fcafbda38a54b227ee30ec41e40af1e4073edee3a
88
# uv / uvx
99
COPY --from=docker.io/astral/uv:0.9.27@sha256:143b40f4ab56a780f43377604702107b5a35f83a4453daf1e4be691358718a6a /uv /uvx /bin/
1010

11+
ENV UV_HTTP_TIMEOUT=300
12+
1113
WORKDIR /application/backend
1214

1315
# Build deps (for compiling / Rust-based crates)

0 commit comments

Comments
 (0)