Description
What Operating System(s) are you seeing this problem on?
Linux (x86-64)
Backend.AI version
main
Describe the bug
It appears that the service list
command's Image
value is always printed as (null)
.
To Reproduce
❯ ./backend.ai vfolder create abc2 local:volume1 -m model
Virtual folder "abc2" is created.
❯ ./backend.ai vfolder upload abc2 model-definition.yml
Uploading /Users/jopemachine/Desktop/backend.ai/model-definition.yml via http://127.0.0.1:6021/upload ...
16.0Mbytes [00:00, 3.81Gbytes/s]
✓ Done.
✖ ./backend.ai service create python abc2 2
Field Value
--------------------- ------------------------------------
Endpoint Id bffb6fa5-ffe3-435a-bf08-57c9ceb4e306
Name bai-serve-robert64
Desired Session Count 2
❯ ./backend.ai service list
Endpoint Id Name Image Desired Session Count Routings Session Owner Open To Public
------------------------------------ ------------------ ------- ----------------------- -------------- ------------------------------------ ----------------
bffb6fa5-ffe3-435a-bf08-57c9ceb4e306 bai-serve-robert64 (null) 2 PROVISIONING 2 f38dea23-50fa-42a0-b5ae-338f5f4693f4 False
Expected Behavior
The image column should display information such as the canonical name or name of the python image.
Anything else?
No response
Metadata
Assignees
Labels
No labels
Activity