Skip to content

Commit

Permalink
dockerfile cleanup, reduce image size
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Nov 21, 2024
1 parent a6a3c91 commit f9d02dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/feast/infra/feature_servers/multicloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apt update && apt install -y -V ca-certificates lsb-release wget && \
apt install -y \
jq \
libarrow-dev && \
apt-get clean && \
rm -rf /var/cache/apt/lists
apt remove -y lsb-release wget && \
apt-get clean && rm -rf /var/cache/apt/lists

RUN pip install --no-cache-dir pip --upgrade && \
pip install --no-cache-dir "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio]"
Expand Down

0 comments on commit f9d02dd

Please sign in to comment.