Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
0011e0f9
"...git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "2b53953096b183f184b6dba2f210c1f92b1666ae"
Commit
0011e0f9
authored
Apr 09, 2025
by
ishandhanani
Committed by
GitHub
Apr 09, 2025
Browse files
refactor: bump bento to 1.4.8 (#579)
parent
594f8c04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deploy/dynamo/sdk/src/dynamo/sdk/lib/image.py
deploy/dynamo/sdk/src/dynamo/sdk/lib/image.py
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
deploy/dynamo/sdk/src/dynamo/sdk/lib/image.py
View file @
0011e0f9
...
...
@@ -22,4 +22,4 @@ import bentoml
# TODO: "dynamo:latest-vllm-dev" image will not be available to image builder in k8s
# so We'd consider publishing the base image for releases to public nvcr.io registry.
image_name
=
os
.
getenv
(
"DYNAMO_IMAGE"
,
"dynamo:latest-vllm-dev"
)
DYNAMO_IMAGE
=
bentoml
.
images
.
Python
Image
(
base_image
=
image_name
)
DYNAMO_IMAGE
=
bentoml
.
images
.
Image
(
base_image
=
image_name
)
pyproject.toml
View file @
0011e0f9
...
...
@@ -26,7 +26,7 @@ license-files = ["LICENSE"]
requires-python
=
">=3.10"
dependencies
=
[
"pytest>=8.3.4"
,
"bentoml==1.4.
7
"
,
"bentoml==1.4.
8
"
,
"types-psutil==7.0.0.20250218"
,
"kubernetes==32.0.1"
,
"ai-dynamo-runtime==0.1.1"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment