There was an error while loading. Please reload this page.
1 parent 6c5e495 commit 869fbd9Copy full SHA for 869fbd9
evaluator/Dockerfile
@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y \
12
&& mkdir -p logs
13
14
# Install uv
15
-RUN curl -LsSf https://astral.sh/uv/install.sh | sh
16
-ENV PATH="/root/.cargo/bin:$PATH"
+COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
17
18
# Copy dependency files
19
COPY pyproject.toml ./
0 commit comments