NOISSUE - Improve local Docker bootstrap - #255
Closed
fbugarski wants to merge 1 commit into
Closed
Conversation
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.
What type of PR is this?
This is a bug fix and developer experience improvement for running Cube locally.
What does this do?
This PR makes
make upreliably start a complete local Cube environment from a clean machine.Changes include:
curl, and required configuration files.ollama pullinstead of starting a model during initialization.make psfor inspecting local service status.No existing API or application behavior is intentionally changed.
Which issue(s) does this PR fix/relate to?
No related issue.
Have you included tests for your changes?
No automated tests were added because these changes affect Docker Compose and local startup orchestration.
The complete stack was tested from clean Docker volumes. Login readiness, required Ollama models, local image builds, and service health were verified.
Did you document any new/modified features?
Yes. The root README and UI README document the updated
make upworkflow, first-run behavior, and service inspection commands.Notes
The first startup can take several minutes because Docker images and Ollama models must be downloaded and local embedder images must be built.
Docker, Docker Compose v2,
curl, internet access, and sufficient disk space and memory are required.