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...
b8e7647
sk-node
/
app.py
ronvolutional
Update app.py
b8e7647
about 2 years ago
raw
Copy download link
history
blame
193 Bytes
import
subprocess
subprocess.run(
"curl -fsSL https://deb.nodesource.com/setup_18.x"
, shell=
True
)
subprocess.run(
"cat /etc/os-release"
, shell=
True
)
subprocess.run(
"node --version"
, shell=
True
)