Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
WuGuan/Node-Red
alitan37
/
Node-Red
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
WuGuan
commited on
Mar 10, 2025
Commit
b38da0d
·
verified
·
1 Parent(s):
7c6e41f
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
import subprocess
3
+
4
+
# 启动 Node-RED
5
+
if __name__ == "__main__":
6
+
subprocess.run(["node-red", "--userDir", "/data"])