You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, you will get error like [Errno 2] No such file or directory: '/tmp/backend.ai/linuxkit-metadata-proxy' because there is no directory as /tmp/backend.ai.
you can fix it with mkdir -p /tmp/backend.ai but it would be hard to figure out.
To Reproduce
No response
Expected Behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
hoyajigi
changed the title
Blocker during installing installer b.ai
Blocker during installing with installer
Feb 10, 2025
What Operating System(s) are you seeing this problem on?
macos (aarch64)
Backend.AI version
latest
Describe the bug
When you install with https://bnd.ai/installer-stable-macos-aarch64, on code line
backend.ai/src/ai/backend/agent/docker/kernel.py
Line 613 in a620a8c
[Errno 2] No such file or directory: '/tmp/backend.ai/linuxkit-metadata-proxy'
because there is no directory as /tmp/backend.ai.you can fix it with
mkdir -p /tmp/backend.ai
but it would be hard to figure out.To Reproduce
No response
Expected Behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: