mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
fix default compose for M1
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user