Skip to content

Commit 09fbf86

Browse files
committed
update dockerfile
1 parent 34c3b79 commit 09fbf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update -y && apt-get install -y build-essential && rm -rf /var/lib/a
66
COPY ./ /gpt_server
77
WORKDIR /gpt_server
88
# RUN uv sync && uv cache clean
9-
9+
ENV UV_HTTP_TIMEOUT=120
1010
RUN uv venv --seed && uv sync && uv cache clean && \
1111
echo '[[ -f .venv/bin/activate ]] && source .venv/bin/activate' >> ~/.bashrc
1212
ENV PATH=/gpt_server/.venv/bin:$PATH

0 commit comments

Comments
 (0)