We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3600b3 commit facf762Copy full SHA for facf762
.github/workflows/image.yml
@@ -103,7 +103,7 @@ jobs:
103
- build-type: 'vulkan'
104
platforms: 'linux/amd64'
105
tag-latest: 'auto'
106
- tag-suffix: '-vulkan'
+ tag-suffix: '-gpu-vulkan'
107
runs-on: 'ubuntu-latest'
108
base-image: "ubuntu:22.04"
109
skip-drivers: 'false'
docs/static/install.sh
@@ -660,7 +660,7 @@ install_docker() {
660
661
IMAGE_TAG=
662
if [ "$USE_VULKAN" = true ]; then
663
- IMAGE_TAG=${LOCALAI_VERSION}-vulkan
+ IMAGE_TAG=${LOCALAI_VERSION}-gpu-vulkan
664
665
info "Starting LocalAI Docker container..."
666
$SUDO docker run -v local-ai-data:/models \
0 commit comments