From 1622a0be63fa05edacbea16396ca6c2b04b25108 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 29 Dec 2024 14:33:40 -0800 Subject: [PATCH] server: update launch.json configs --- server/.vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/.vscode/launch.json b/server/.vscode/launch.json index a097dc05b..da2610700 100644 --- a/server/.vscode/launch.json +++ b/server/.vscode/launch.json @@ -97,8 +97,10 @@ "${workspaceFolder}/**/*.js" ], "env": { + "SCRYPTED_PYTHON310_PATH": "/opt/homebrew/bin/python3.10", + "DYLD_LIBRARY_PATH": "/usr/local/lib", "SCRYPTED_CLUSTER_WORKER_NAME": "Macaroni 2", - "SCRYPTED_CLUSTER_LABELS": "@scrypted/coreml,compute,compute.preferred", + "SCRYPTED_CLUSTER_LABELS": "@scrypted/coreml,@scrypted/tensorflow-lite,compute,compute.preferred", "SCRYPTED_CLUSTER_MODE": "client", "SCRYPTED_CLUSTER_SERVER": "192.168.2.130", "SCRYPTED_CLUSTER_SECRET": "swordfish",