Skip to content

Local LLM setup#5

Open
geritwagner wants to merge 2 commits into
mainfrom
local_llm
Open

Local LLM setup#5
geritwagner wants to merge 2 commits into
mainfrom
local_llm

Conversation

@geritwagner

Copy link
Copy Markdown
Contributor

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a0e0f31734

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +2 to +6
- name: Install Docker Engine packages
ansible.builtin.dnf:
name: "{{ local_llm_docker_packages }}"
state: present
update_cache: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Configure Docker CE repository in local_llm role

This role installs docker-ce* packages immediately, but it never adds the Docker CE repository first. In this codebase, that bootstrap step exists only in roles/docker/tasks/main.yml (dnf config-manager addrepo ...), while the updated README now instructs running --tags local_llm standalone. On a fresh Fedora machine, that standalone path will fail during package resolution before containers are created. Add repo setup (or make local_llm depend on the docker role) before this install step.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant