Skip to content

Add pyarrow to base Docker image dependencies - #57

Merged
logan-blaine merged 1 commit into
mainfrom
copilot/add-pyarrow-to-docker-package
Aug 3, 2026
Merged

Add pyarrow to base Docker image dependencies#57
logan-blaine merged 1 commit into
mainfrom
copilot/add-pyarrow-to-docker-package

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

The container image did not include pyarrow, requiring manual installation after startup. This change bakes pyarrow into the image so all environments built from the repo have it available by default.

  • Dependency installation

    • Added a dedicated pip install pyarrow layer to the root Dockerfile before installing the project package.
  • Build behavior

    • Keeps the existing image flow unchanged (pip upgrade, repo copy, pip install /app/PerTurbo) while ensuring pyarrow is present in the runtime environment.
RUN pip install --upgrade pip
RUN pip install pyarrow
...
RUN pip install /app/PerTurbo

@logan-blaine
logan-blaine marked this pull request as ready for review August 3, 2026 14:40
@logan-blaine
logan-blaine merged commit 91d5b51 into main Aug 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants