NPU (wip); docker

This commit is contained in:
Dobromir Popov
2025-09-25 00:46:08 +03:00
parent d9a66026c6
commit 00ae5bd579
12 changed files with 1709 additions and 292 deletions

17
.vscode/launch.json vendored
View File

@@ -79,7 +79,6 @@
"TEST_ALL_COMPONENTS": "1"
}
},
{
"name": "🧪 CNN Live Training with Analysis",
"type": "python",
@@ -194,8 +193,22 @@
"group": "Universal Data Stream",
"order": 2
}
},
{
"name": "Containers: Python - General",
"type": "docker",
"request": "launch",
"preLaunchTask": "docker-run: debug",
"python": {
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "/app"
}
],
"projectType": "general"
}
}
],
"compounds": [
{