Commit 0011e0f9 authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

refactor: bump bento to 1.4.8 (#579)

parent 594f8c04
...@@ -22,4 +22,4 @@ import bentoml ...@@ -22,4 +22,4 @@ import bentoml
# TODO: "dynamo:latest-vllm-dev" image will not be available to image builder in k8s # 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. # 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") image_name = os.getenv("DYNAMO_IMAGE", "dynamo:latest-vllm-dev")
DYNAMO_IMAGE = bentoml.images.PythonImage(base_image=image_name) DYNAMO_IMAGE = bentoml.images.Image(base_image=image_name)
...@@ -26,7 +26,7 @@ license-files = ["LICENSE"] ...@@ -26,7 +26,7 @@ license-files = ["LICENSE"]
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"pytest>=8.3.4", "pytest>=8.3.4",
"bentoml==1.4.7", "bentoml==1.4.8",
"types-psutil==7.0.0.20250218", "types-psutil==7.0.0.20250218",
"kubernetes==32.0.1", "kubernetes==32.0.1",
"ai-dynamo-runtime==0.1.1", "ai-dynamo-runtime==0.1.1",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment