Skip to content

Commit

Permalink
Update pyarrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Nov 17, 2023
1 parent 670922d commit 3ae86f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile-ray-node
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ COPY --chown=$RAY_UID:$RAY_UID ./client ./qs

WORKDIR /qs
# TODO: certifi version pinned to 2023.7.22. More info in #870
# TODO: pyarrow version pinned to 14.0.1
RUN pip install . --no-cache-dir &&\
pip install --no-cache-dir pyarrow==14.0.1 &&\
pip install --no-cache-dir certifi==2023.7.22

WORKDIR /
Expand All @@ -30,7 +32,9 @@ COPY --chown=$RAY_UID:$RAY_UID ./client ./qs

WORKDIR /qs
# TODO: certifi version pinned to 2023.7.22. More info in #870
# TODO: pyarrow version pinned to 14.0.1
RUN pip install . --no-cache-dir &&\
pip install --no-cache-dir pyarrow==14.0.1 &&\
if [ "$TARGETARCH" = "arm64" ] ; \
then pip install --no-cache-dir certifi==2023.7.22 ; \
fi
Expand Down

0 comments on commit 3ae86f0

Please sign in to comment.