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