| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Pull request was converted to draft
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
|
@ntkathole @jyejare can we make a ticket to follow up on Milvus? |
Sorry, something went wrong.
Sorry, something went wrong.
maturin builds Signed-off-by: Tommy Hughes <tohughes@redhat.com> Signed-off-by: Jacob Weinhold <29459386+j-wine@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
Continues efforts toward a complete build from source for the feature-server image. This PR gets us almost all the way there... only 1 package remains as a binary install. This PR supports source builds for the following addional python package dependencies -
Also, for our minimal install in the feature-server image ... we replace the psycopg-binary with a psycopg[c] install. This package is a direct replacement, is recommended in production installs, and it allows us to build the full psycopg adapter from source. This has been tested in a feature store environment with a PostgreSQL data store.
https://www.psycopg.org/psycopg3/docs/basic/install.html#local-installation
Which issue(s) this PR fixes:
Relates to #5193
Fixes #5269
Misc
A milvus-lite package source build will require enhancements from the hermeto tool in order to support fetches for the conan package manager.
We added separate release offline script/Dockerfile