From f036a640feb923c7f9ddd08265ee9acf1fe91b4b Mon Sep 17 00:00:00 2001 From: Alex Vinnik Date: Tue, 26 Mar 2024 18:12:09 -0500 Subject: [PATCH] SAASMLOPS-1139 add grpcio --- sailpoint-bytewax.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sailpoint-bytewax.dockerfile b/sailpoint-bytewax.dockerfile index dc21c08b615..06bddae633e 100644 --- a/sailpoint-bytewax.dockerfile +++ b/sailpoint-bytewax.dockerfile @@ -25,4 +25,4 @@ COPY README.md README.md # git dir to infer the version of feast we're installing. # https://github.com/pypa/setuptools_scm#usage-from-docker # I think it also assumes that this dockerfile is being built from the root of the directory. -RUN --mount=source=.git,target=.git,type=bind SETUPTOOLS_SCM_PRETEND_VERSION=1 pip3 install --no-cache-dir '.[aws,gcp,bytewax,snowflake,postgres]' +RUN --mount=source=.git,target=.git,type=bind SETUPTOOLS_SCM_PRETEND_VERSION=1 pip3 install --no-cache-dir '.[aws,gcp,bytewax,snowflake,postgres,grpcio]'