containers / ai-lab-recipes

Examples for building and running LLM services and applications locally with Podman
Apache License 2.0
111 stars 110 forks source link

fix: add build_vulkan commands for amd64/arm64 on Makefile #634

Closed lstocchi closed 4 months ago

lstocchi commented 4 months ago

While playing with podman/libkrun/ai-lab I noticed that there was an error in the Makefile. There are 2 Containerfiles related to vulkan (amd64/arm64) but the Makefile was not targeting them.

This PR fixes it.

rhatdan commented 4 months ago

Please squash your commits.

git rebase -i origin git push --force

rhatdan commented 4 months ago

LGTM