fix: port AMD install-test fixes from Lighthouse-AI-Dev#80
Merged
Lightheartdevs merged 1 commit intomainfrom Mar 9, 2026
Merged
fix: port AMD install-test fixes from Lighthouse-AI-Dev#80Lightheartdevs merged 1 commit intomainfrom
Lightheartdevs merged 1 commit intomainfrom
Conversation
Cherry-picked from parallel AMD Strix Halo install test (36/36 healthy):
- resolve-compose-stack.sh: include CPU-only extensions (gpu_backends:
["none"]) on GPU systems, skip .disabled compose files
- docker-compose.base.yml: add explicit dream-network named network so
extensions can reference it as external: true
- 06-directories.sh + env-generator.ps1: generate DIFY_SECRET_KEY
(prevents ${DIFY_SECRET_KEY:?} from crashing compose stack)
- whisper entrypoint: disable fragile VAD sed/perl patch that breaks
newer speaches where transcribe() spans multiple lines
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-picked from parallel AMD Strix Halo install test (Ryzen AI MAX+ 395, ROCm, Ubuntu 24.04) that achieved 36/36 healthy containers.
gpu_backends: ["none"]) were excluded on GPU systems. Added"none"to the compatibility check so CPU-only services load on any backend. Also skip.disabledcompose files.networks: { dream-network: { external: true } }failed because onlydefaultwas defined. Added explicitdream-networknamed network entry.${DIFY_SECRET_KEY:?}in Dify's compose.yaml crashes the entire compose stack if the key is missing. Added generation to both Linux (06-directories.shwith_env_get) and Windows (env-generator.ps1withGet-EnvOrNew). Added to.env.schema.json.transcribe()spans multiple lines. Disabled the patch, using upstream defaults.Test plan
🤖 Generated with Claude Code