mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-07 07:24:44 -04:00
fix(vulkan): use correct image suffix (#5911)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
b3600b3c50
commit
facf7625f3
2
docs/static/install.sh
vendored
2
docs/static/install.sh
vendored
@@ -660,7 +660,7 @@ install_docker() {
|
||||
|
||||
IMAGE_TAG=
|
||||
if [ "$USE_VULKAN" = true ]; then
|
||||
IMAGE_TAG=${LOCALAI_VERSION}-vulkan
|
||||
IMAGE_TAG=${LOCALAI_VERSION}-gpu-vulkan
|
||||
|
||||
info "Starting LocalAI Docker container..."
|
||||
$SUDO docker run -v local-ai-data:/models \
|
||||
|
||||
Reference in New Issue
Block a user