docs: clarify install vulkan SDK outside docker

This commit is contained in:
ngxson 2024-01-31 17:38:49 +01:00
parent ddfbc23ca9
commit 3d0a552359

View file

@ -602,9 +602,10 @@ Building the program with BLAS support may lead to some performance improvements
- #### Vulkan - #### Vulkan
Firstly, you need to make sure you installed [Vulkan SDK](https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html)
**With docker**: **With docker**:
You don't need to install Vulkan SDK. It will be installed inside the container.
```sh ```sh
# Build the image # Build the image
docker build -t llama-cpp-vulkan -f .devops/main-vulkan.Dockerfile . docker build -t llama-cpp-vulkan -f .devops/main-vulkan.Dockerfile .
@ -615,6 +616,8 @@ Building the program with BLAS support may lead to some performance improvements
**Without docker**: **Without docker**:
Firstly, you need to make sure you installed [Vulkan SDK](https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html)
For example, on Ubuntu 22.04 (jammy), use the command below: For example, on Ubuntu 22.04 (jammy), use the command below:
```bash ```bash