ChatterboxTurbo is a Dockerized runtime designed for running a fast AI chat ... | EFXTv
1.1K
ChatterboxTurbo is a Dockerized runtime designed for running a fast AI chat / conversational system in a containerized environment. The image is optimized for developers who want a quick way to experiment with conversational AI, local assistants, or chatbot backends using Docker.
Two versions are available so you can choose between a lightweight image or a fully preconfigured environment.
latest (Full Version)The latest tag includes all required dependencies and components preinstalled.
Pull the full image:
docker pull efxtv/chatterboxturbo:latest
Run the container:
docker run -it -p 8080:8080 efxtv/chatterboxturbo bash
slim (Lightweight Version)The slim tag provides a minimal container that uses significantly less memory and storage.
Dependencies and model assets may need to be downloaded during runtime.
Pull the slim image:
docker pull efxtv/chatterboxturbo:slim
Run the container:
docker run -it -p 8080:8080 efxtv/chatterboxturbo:slim bash
| Port | Description |
|---|---|
| 8080 | Application service / API endpoint |
Access services running inside the container via:
http://localhost:8080
| Feature | latest | slim |
|---|---|---|
| Preinstalled dependencies | Yes | No |
| Image size | Larger | Smaller |
| Startup time | Faster | May download resources |
| Recommended for | Production / quick start | Development / low storage |
ChatterboxTurbo can be used for:
AI chatbot Docker, conversational AI container, local chatbot runtime, AI assistant Docker image, ChatterboxTurbo, Docker AI chat server, lightweight chatbot container.
https://hub.docker.com/r/efxtv/chatterboxturbo
Contact EFXTv
Content type
Image
Digest
sha256:57d838a65…
Size
14.8 GB
Last updated
7 months ago
docker pull efxtv/chatterboxturbo