We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3b79 commit 09fbf86Copy full SHA for 09fbf86
Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update -y && apt-get install -y build-essential && rm -rf /var/lib/a
6
COPY ./ /gpt_server
7
WORKDIR /gpt_server
8
# RUN uv sync && uv cache clean
9
-
+ENV UV_HTTP_TIMEOUT=120
10
RUN uv venv --seed && uv sync && uv cache clean && \
11
echo '[[ -f .venv/bin/activate ]] && source .venv/bin/activate' >> ~/.bashrc
12
ENV PATH=/gpt_server/.venv/bin:$PATH
0 commit comments