Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ronvolutional
/
sk-node
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ronvolutional
commited on
Nov 2, 2022
Commit
1149466
·
1 Parent(s):
63e0ab2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import subprocess
2
3
subprocess.run("node --version", shell=True)
1
import subprocess
2
3
+
subprocess.run("cat /etc/os-release", shell=True)
4
subprocess.run("node --version", shell=True)