Skip to content

Commit

Permalink
fix: docs/samples/v1beta1/transformer/feast/feature_store_initializer…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent fe195fa commit 92fff3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.13.0b4-slim
RUN pip install --upgrade pip && pip install "feast[gcp]~=0.30.0" "feast[redis]~=0.30.0" "feast[aws]~=0.30.0"
WORKDIR feature_store_initializer
COPY feature_store_initializer_entrypoint.sh feature_store_initializer_entrypoint.sh
Expand Down

0 comments on commit 92fff3c

Please sign in to comment.