Skip to content

Commit 869fbd9

Browse files
committed
fix uv install on dockerfile
1 parent 6c5e495 commit 869fbd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

evaluator/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y \
1212
&& mkdir -p logs
1313

1414
# Install uv
15-
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
16-
ENV PATH="/root/.cargo/bin:$PATH"
15+
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
1716

1817
# Copy dependency files
1918
COPY pyproject.toml ./

0 commit comments

Comments
 (0)