diff --git a/examples/operator-quickstart/Dockerfile b/examples/operator-quickstart/Dockerfile index 0e78b823732..dec2e898da6 100644 --- a/examples/operator-quickstart/Dockerfile +++ b/examples/operator-quickstart/Dockerfile @@ -7,5 +7,5 @@ RUN chgrp -R 0 /home/jovyan && \ USER jovyan -RUN conda install -c conda-forge pyarrow libarrow-flight +RUN conda install -y -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