Skip to content

Commit

Permalink
ubi9
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Dec 12, 2024
1 parent e6609d9 commit 327b0cd
Show file tree
Hide file tree
Showing 3 changed files with 1,028 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/operator-quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ RUN chgrp -R 0 /home/jovyan && \

USER jovyan

COPY quickstart.ipynb .

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
3 changes: 0 additions & 3 deletions examples/operator-quickstart/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ spec:
feast materialize-incremental $CURRENT_TIME;
cp -f /feast-client/feature_store.yaml .;
cd /feast-init;
wget https://raw.githubusercontent.com/feast-dev/feast/refs/tags/v0.42.0/examples/quickstart/quickstart.ipynb;
volumeMounts:
- name: client-feature-store-config
mountPath: /feast-client
Expand Down
Loading

0 comments on commit 327b0cd

Please sign in to comment.