From 3882ee1abbad578a3e35957cf9972919df8cebf2 Mon Sep 17 00:00:00 2001 From: ikelkar Date: Tue, 7 Jan 2025 10:34:55 -0500 Subject: [PATCH] Update python startCommand Change python startCommand to align with new version of openruntime --- lib/emulation/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/emulation/utils.js b/lib/emulation/utils.js index c702ceb..d0ac7c2 100644 --- a/lib/emulation/utils.js +++ b/lib/emulation/utils.js @@ -40,7 +40,7 @@ const systemTools = { }, 'python': { isCompiled: false, - startCommand: "python3 src/server.py", + startCommand: "helpers/server.sh", dependencyFiles: [ "requirements.txt", "requirements.lock" ] }, 'python-ml': {