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