Skip to content

Commit a51f012

Browse files
SAASMLOPS-734 revert dockerfile changes
Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
1 parent b4afea6 commit a51f012

File tree

1 file changed

+5
-3
lines changed
  • sdk/python/feast/infra/materialization/contrib/bytewax

1 file changed

+5
-3
lines changed

sdk/python/feast/infra/materialization/contrib/bytewax/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM $FEDORA_BASE_IMAGE:$BASE_IMAGE_TAG
1+
FROM python:3.9-slim-bullseye AS build
2+
3+
RUN apt-get update && \
4+
apt-get install --no-install-suggests --no-install-recommends --yes git
25

36
WORKDIR /bytewax
47

@@ -22,6 +25,5 @@ COPY README.md README.md
2225
# git dir to infer the version of feast we're installing.
2326
# https://github.com/pypa/setuptools_scm#usage-from-docker
2427
# I think it also assumes that this dockerfile is being built from the root of the directory.
25-
RUN dnf install -y git
26-
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir '.[aws,gcp,bytewax,snowflake]'
28+
RUN --mount=source=.git,target=.git,type=bind pip3 install --no-cache-dir -e '.[aws,gcp,bytewax]'
2729

0 commit comments

Comments
 (0)