mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-06 02:29:54 -06:00
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>
This commit is contained in:
2
docs/static/install.sh
vendored
2
docs/static/install.sh
vendored
@@ -663,7 +663,7 @@ install_docker() {
|
||||
|
||||
IMAGE_TAG=
|
||||
if [ "$USE_VULKAN" = true ]; then
|
||||
IMAGE_TAG=${LOCALAI_VERSION}-gpu-vulkan
|
||||
IMAGE_TAG=${LOCALAI_VERSION}-vulkan
|
||||
|
||||
info "Starting LocalAI Docker container..."
|
||||
$SUDO docker run -v local-ai-data:/build/models \
|
||||
|
||||
Reference in New Issue
Block a user