fix default compose for M1

This commit is contained in:
Drew Thomasson
2025-06-03 16:02:37 -04:00
committed by GitHub
parent a9fd4b8893
commit 5fd6dbecbd

View File

@@ -13,7 +13,7 @@ services:
build:
context: .
args:
TORCH_VERSION: cuda118 # Available tags: [cuda121, cuda118, cuda128, rocm, xpu, cpu] # All CUDA version numbers should work, Ex: CUDA 11.6-> cuda116
#TORCH_VERSION: cuda118 # Available tags: [cuda121, cuda118, cuda128, rocm, xpu, cpu] # All CUDA version numbers should work, Ex: CUDA 11.6-> cuda116
SKIP_XTTS_TEST: "true" # (Saves space by not baking xtts model into docker image)
# To update ebook2audiobook to the latest you may have to rebuild
entrypoint: ["python", "app.py", "--script_mode", "full_docker"]