Skip to content

Commit facf762

Browse files
authored
fix(vulkan): use correct image suffix (#5911)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent b3600b3 commit facf762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- build-type: 'vulkan'
104104
platforms: 'linux/amd64'
105105
tag-latest: 'auto'
106-
tag-suffix: '-vulkan'
106+
tag-suffix: '-gpu-vulkan'
107107
runs-on: 'ubuntu-latest'
108108
base-image: "ubuntu:22.04"
109109
skip-drivers: 'false'

docs/static/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ install_docker() {
660660

661661
IMAGE_TAG=
662662
if [ "$USE_VULKAN" = true ]; then
663-
IMAGE_TAG=${LOCALAI_VERSION}-vulkan
663+
IMAGE_TAG=${LOCALAI_VERSION}-gpu-vulkan
664664

665665
info "Starting LocalAI Docker container..."
666666
$SUDO docker run -v local-ai-data:/models \

0 commit comments

Comments
 (0)