Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear feature server dockerfile from unnecessary packages #4785

Closed
dmartinol opened this issue Nov 22, 2024 · 1 comment
Closed

Clear feature server dockerfile from unnecessary packages #4785

dmartinol opened this issue Nov 22, 2024 · 1 comment

Comments

@dmartinol
Copy link
Contributor

Expected Behavior

The Dockerfile of feature-server should include only the minimal configuration to run the python server(s).

Current Behavior

Some extra packages are installed to the OS:

  • jq
  • libarrow-dev
  • apache-arrow-apt-source-latest-bullseye.deb
  • lsb_release

Steps to reproduce

Build the docker feature-server image, run the container with bash command and verify the installed packages.
Repeat the same without these packages and verifies that feast CLI works properly.

@tchughesiv
Copy link
Contributor

resolved via #4919

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants