From 521f0a0af48551162868be79bc4b198e2b98a405 Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Wed, 11 Dec 2024 18:14:36 -0600 Subject: [PATCH] docs Signed-off-by: Tommy Hughes --- examples/operator-quickstart/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/operator-quickstart/Dockerfile b/examples/operator-quickstart/Dockerfile index e490d4fd896..0e78b823732 100644 --- a/examples/operator-quickstart/Dockerfile +++ b/examples/operator-quickstart/Dockerfile @@ -7,4 +7,5 @@ RUN chgrp -R 0 /home/jovyan && \ USER jovyan -RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s]"==0.42.0 pyarrow \ No newline at end of file +RUN conda install -c conda-forge pyarrow libarrow-flight +RUN pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s]"==0.42.0 \ No newline at end of file