Skip to content

Commit

Permalink
SAASMLOPS-1139 add grpcio
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-vinnik-sp committed Mar 26, 2024
1 parent afa01a2 commit f036a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sailpoint-bytewax.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]'

0 comments on commit f036a64

Please sign in to comment.