fix container build for tts

This commit is contained in:
2026-05-22 14:43:32 -04:00
parent 2e162c928a
commit 6fce25ffa2
3 changed files with 14 additions and 1 deletions
+5
View File
@@ -15,3 +15,8 @@ dependencies = [
"pytest-env>=1.5.0",
"kokoro-tts>=2.3.1",
]
[tool.uv]
required-environments = [
"sys_platform == 'linux' and platform_machine == 'x86_64'",
]