From 268c03708ef9f69ff3cd3dacefc71ff2696d73d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:28:42 +0000 Subject: [PATCH] Add pyarrow to Docker image build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 057a831..f796a8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates && rm -rf /var/lib/apt/lists/* RUN pip install --upgrade pip +RUN pip install pyarrow # The workflow will place PerTurbo/ alongside this Dockerfile COPY . /app/PerTurbo