Skip to content

Commit cbd61dc

Browse files
authored
fix(install.sh): vulkan docker tag (#5589)
vulkan docker tag is not prefixed with gpu ``` regctl tag ls localai/localai | grep 2.29 | grep vulkan v2.29.0-vulkan ``` Signed-off-by: Gavin Mogan <github@gavinmogan.com>
1 parent 0de0817 commit cbd61dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/install.sh

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

664664
IMAGE_TAG=
665665
if [ "$USE_VULKAN" = true ]; then
666-
IMAGE_TAG=${LOCALAI_VERSION}-gpu-vulkan
666+
IMAGE_TAG=${LOCALAI_VERSION}-vulkan
667667

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

0 commit comments

Comments
 (0)