Skip to content

feat(docker): add a CPU container setup - #107

Open
nateEc wants to merge 1 commit into
abus-aikorea:mainfrom
nateEc:codex/issue-5-docker-cpu
Open

feat(docker): add a CPU container setup#107
nateEc wants to merge 1 commit into
abus-aikorea:mainfrom
nateEc:codex/issue-5-docker-cpu

Conversation

@nateEc

@nateEc nateEc commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • Adds a CPU-first Dockerfile that installs the app from uv.lock.
  • Adds .dockerignore plus Docker build/run documentation.
  • Lets Gradio host/port be configured through environment variables so the UI is reachable from containers.

Fixes #5.

Verification

  • docker build --check .
  • python3 -m py_compile app/abus_app_voice.py

- Add a CPU-first Dockerfile that installs from uv.lock.

- Document build, run, model cache, workspace, and optional Azure env-file usage.

- Allow Gradio host and port to be configured with environment variables for containers.

- Verified with docker build --check and python3 -m py_compile app/abus_app_voice.py.
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.

Docker Support

1 participant