feat(): docker for backend and ml

This commit is contained in:
gitgernit
2025-11-22 13:57:31 +03:00
parent 099fecc218
commit 00af067f4d
8 changed files with 209 additions and 153 deletions
+5
View File
@@ -70,6 +70,11 @@ filterwarnings = [
asyncio_default_test_loop_scope = "session"
asyncio_default_fixture_loop_scope = "session"
[tool.uv]
required-environments = [
"sys_platform == 'linux' and platform_machine == 'x86_64'"
]
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cpu"