Skip to content

Commit 2f008d6

Browse files
committed
Change podman vllm filter to the ilab image
Signed-off-by: Brent Salisbury <[email protected]>
1 parent 3b74b41 commit 2f008d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-server/vllm-serve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (srv *ILabServer) ListVllmContainers() ([]VllmContainer, error) {
2929
format := "{{.ID}}|{{.Image}}|{{.Command}}|{{.CreatedAt}}|{{.Status}}|{{.Ports}}|{{.Names}}"
3030

3131
cmd := exec.Command("podman", "ps",
32-
"--filter", "ancestor=vllm/vllm-openai:latest",
32+
"--filter", "ancestor=registry.redhat.io/rhelai1/instructlab-nvidia-rhel9",
3333
"--format", format,
3434
)
3535

0 commit comments

Comments
 (0)