https://github.com/mmontes11/docker-opencode
Docker image equipped with AI tools, such as opencode, to be used as a Pod of my homelab
https://github.com/mmontes11/docker-opencode
ai blackwell docker go gpu kubernetes nvidia opencode pod uv
Last synced: 7 days ago
JSON representation
Docker image equipped with AI tools, such as opencode, to be used as a Pod of my homelab
- Host: GitHub
- URL: https://github.com/mmontes11/docker-opencode
- Owner: mmontes11
- License: apache-2.0
- Created: 2026-03-15T09:31:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T06:52:29.000Z (17 days ago)
- Last Synced: 2026-05-27T08:24:56.968Z (17 days ago)
- Topics: ai, blackwell, docker, go, gpu, kubernetes, nvidia, opencode, pod, uv
- Language: Dockerfile
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-opencode
Docker image equipped with AI tools, such as opencode, to be used as a [Pod of my homelab](https://github.com/mmontes11/k8s-ai/tree/main/apps/opencode)
## Features
- **CUDA 13.1**: Latest NVIDIA CUDA toolkit with Blackwell support
- **AI Models**: Configured with multiple LLM providers via Ollama and Llama.cpp
- **MCP Integration**: GitHub, Grafana, Kubernetes, and PhotoPrism MCP servers
- **Development Tools**: Go, Node.js, Python, essential CLI utilities, and [k8s-tooling](https://github.com/mmontes11/k8s-tooling)
## Installation
```bash
docker pull mmontes11/opencode:1.3.13
```
## Running
```bash
docker run -d \
--name opencode \
-p 4096:4096 \
mmontes11/opencode:1.3.13
```
Access the web interface at `http://localhost:4096`.
## Skills
Installed skills include:
- GitHub CLI
- Git commit
- GitHub issues
- GitOps knowledge (Flux CD)
- OpenAPI to application code
- Security best practices
- SQL optimization and code review
- Architectural decision records
## License
See [LICENSE](LICENSE) file for details.