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

Add platform for docker

Open VladOS95-cyber opened this issue 11 months ago • 1 comments
trafficstars

What does this PR do?

It is possible to specify platform param in the cmd args llama stack build --template local --image-type docker --platform linux/amd64 --name llama-stack

https://github.com/meta-llama/llama-stack/issues/253

Test Plan

Please describe:

  • tests you ran to verify your changes with result summaries.
  • provide instructions so it can be reproduced.

Sources

Please link relevant resources if necessary.

Before submitting

  • [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • [x] Ran pre-commit to handle lint / formatting issues.
  • [x] Read the contributor guideline, Pull Request section?
  • [ ] Updated relevant documentation.
  • [ ] Wrote necessary unit or integration tests.

VladOS95-cyber avatar Dec 13 '24 17:12 VladOS95-cyber