Skip to content

Commit 3882ee1

Browse files
authored
Update python startCommand
Change python startCommand to align with new version of openruntime
1 parent 7773439 commit 3882ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/emulation/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const systemTools = {
4040
},
4141
'python': {
4242
isCompiled: false,
43-
startCommand: "python3 src/server.py",
43+
startCommand: "helpers/server.sh",
4444
dependencyFiles: [ "requirements.txt", "requirements.lock" ]
4545
},
4646
'python-ml': {

0 commit comments

Comments
 (0)