mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Refactor code structure to move web-related components to the webui module and update references accordingly
This commit is contained in:
+11
-1
@@ -1,8 +1,18 @@
|
||||
# Docker Compose for Abogen
|
||||
#
|
||||
# This configuration runs the Flask-based Web UI for Abogen.
|
||||
# The Web UI provides a browser-based interface for audiobook generation.
|
||||
#
|
||||
# Usage:
|
||||
# docker compose up --build
|
||||
#
|
||||
# Access the web interface at http://localhost:8808
|
||||
#
|
||||
services:
|
||||
abogen:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: abogen/Dockerfile
|
||||
dockerfile: abogen/webui/Dockerfile
|
||||
args:
|
||||
TORCH_INDEX_URL: ${TORCH_INDEX_URL:-https://download.pytorch.org/whl/cu124}
|
||||
TORCH_VERSION: ${TORCH_VERSION:-}
|
||||
|
||||
Reference in New Issue
Block a user