fix: XTTS command nutzt python3 statt python
Image hat nur /usr/bin/python3, kein 'python'-Symlink. Vorher ging's weil kein command override — das Image-Default CMD lief durch. Wir ueberschreiben nur damit wir -ms local setzen koennen. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5492c7a46f
commit
0783b1b99d
|
|
@ -39,7 +39,7 @@ services:
|
||||||
# Ohne diesen command: apiManual-Modus, jede Anfrage laedt Modell neu, kein Streaming.
|
# Ohne diesen command: apiManual-Modus, jede Anfrage laedt Modell neu, kein Streaming.
|
||||||
# Der NVIDIA-Entrypoint erwartet Python als ausfuehrbares Command, nicht nur Flags.
|
# Der NVIDIA-Entrypoint erwartet Python als ausfuehrbares Command, nicht nur Flags.
|
||||||
command:
|
command:
|
||||||
- python
|
- python3
|
||||||
- -m
|
- -m
|
||||||
- xtts_api_server
|
- xtts_api_server
|
||||||
- -hs
|
- -hs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue