llama-stack icon indicating copy to clipboard operation
llama-stack copied to clipboard

missing target image architecture

Open nikolaydubina opened this issue 1 year ago • 5 comments

right now image is build for same architecture as current host.

$ ./llama-stack/bin/llama stack build --template local --image-type docker --name llama-stack
$ docker image inspect llamastack-llama-stack | grep Architecture

        "Architecture": "arm64",

however, how can we specify different target architecture? if say we need linux/amd64?

nikolaydubina avatar Oct 16 '24 06:10 nikolaydubina