typos and added vulakninfo to vulkan toolboxes

This commit is contained in:
Donato Capitella
2025-08-03 16:01:55 +01:00
parent 63ceb6ee57
commit 4a58483ff9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -243,5 +243,5 @@ Follow this guide by TechnigmaAI for a working configuration on Ubuntu 24.04:
* The main reference for AMD Ryzen AI MAX home labs, by deseven (there's also a Discord server): [https://strixhalo-homelab.d7.wtf/](https://strixhalo-homelab.d7.wtf/) * The main reference for AMD Ryzen AI MAX home labs, by deseven (there's also a Discord server): [https://strixhalo-homelab.d7.wtf/](https://strixhalo-homelab.d7.wtf/)
* Most comprehesive repostiry of test builds for Strix Halo by lhl -> [https://github.com/lhl/strix-halo-testing/tree/main](https://github.com/lhl/strix-halo-testing/tree/main) * Most comprehesive repostiry of test builds for Strix Halo by lhl -> [https://github.com/lhl/strix-halo-testing/tree/main](https://github.com/lhl/strix-halo-testing/tree/main)
* Ubunru 24.04 configuration * Ubuntu 24.04 configuration
[https://github.com/technigmaai/technigmaai-wiki/wiki/AMD-Ryzen-AI-Max--395:-GTT--Memory-Step%E2%80%90by%E2%80%90Step-Instructions-(Ubuntu-24.04)](https://github.com/technigmaai/technigmaai-wiki/wiki/AMD-Ryzen-AI-Max--395:-GTT--Memory-Step%E2%80%90by%E2%80%90Step-Instructions-%28Ubuntu-24.04%29) [https://github.com/technigmaai/technigmaai-wiki/wiki/AMD-Ryzen-AI-Max--395:-GTT--Memory-Step%E2%80%90by%E2%80%90Step-Instructions-(Ubuntu-24.04)](https://github.com/technigmaai/technigmaai-wiki/wiki/AMD-Ryzen-AI-Max--395:-GTT--Memory-Step%E2%80%90by%E2%80%90Step-Instructions-%28Ubuntu-24.04%29)
+1 -1
View File
@@ -1,7 +1,7 @@
FROM fedora:rawhide FROM fedora:rawhide
# Install build tools, Vulkan headers/loader, and glslc # Install build tools, Vulkan headers/loader, and glslc
RUN dnf install -y \ RUN dnf install --refresh -y \
git vim \ git vim \
make gcc cmake ninja-build lld clang clang-devel compiler-rt libcurl-devel \ make gcc cmake ninja-build lld clang clang-devel compiler-rt libcurl-devel \
vulkan-loader-devel vulkaninfo mesa-vulkan-drivers \ vulkan-loader-devel vulkaninfo mesa-vulkan-drivers \
+1 -1
View File
@@ -1,7 +1,7 @@
FROM fedora:rawhide FROM fedora:rawhide
# Install build tools, Vulkan headers/loader, and glslc # Install build tools, Vulkan headers/loader, and glslc
RUN dnf install -y \ RUN dnf install --refresh -y \
git vim \ git vim \
make gcc cmake ninja-build lld clang clang-devel compiler-rt libcurl-devel \ make gcc cmake ninja-build lld clang clang-devel compiler-rt libcurl-devel \
vulkan-loader-devel vulkaninfo mesa-vulkan-drivers \ vulkan-loader-devel vulkaninfo mesa-vulkan-drivers \