From 48736f35fccab49365e511278d62dee12d51308d Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 5 Jul 2025 11:11:45 -0700 Subject: [PATCH] add pyarrow --- dev/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index c6ce71b2a2..5292e26421 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9-bullseye +FROM python:3.12-bullseye RUN apt-get -qq update && \ apt-get -qq install -y --no-install-recommends \ @@ -63,7 +63,7 @@ RUN chmod u+x /opt/spark/sbin/* && \ RUN pip3 install -q ipython -RUN pip3 install "pyiceberg[s3fs,hive]==${PYICEBERG_VERSION}" +RUN pip3 install "pyiceberg[s3fs,hive,pyarrow]==${PYICEBERG_VERSION}" COPY entrypoint.sh . COPY provision.py .