-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: migrate model registry controller #3
feat: migrate model registry controller #3
Conversation
@@ -43,7 +43,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} \ | |||
go build "${GO_BUILD_ARGS}" \ | |||
-o neutree-core cmd/main.go | |||
|
|||
FROM --platform=linux/${ARCH} alpine:3 | |||
FROM --platform=linux/${ARCH} alpine:3.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we manage python deps in requirements.txt?
pkg/model_registry/bentoml.go
Outdated
@@ -0,0 +1,132 @@ | |||
package model_registry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this to an internal bentoml folder may maybe better for future re-use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and we'd better name this kind of model registry to file-based
, which will not be bound to the internal implementation.
pkg/utils/nfs.go
Outdated
@@ -0,0 +1,52 @@ | |||
package utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about moving to internal/nfs
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
@@ -0,0 +1 @@ | |||
bentoml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a version descriptor to it
Issues
migrate model registry controller
Changes
Test
model registry status

nfs mount points for
bentoml
test
bentoml models list