Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz
/
proxy
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz
commited on
Sep 18, 2024
Commit
5ad5df6
·
verified
·
1 Parent(s):
0061dee
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,7 @@
1
+
import os
2
+
os.system("""
3
+
git clone https://github.com/SheepTester/primitive-cloud-server.git
4
+
cd primitive-cloud-server
5
+
npm install
6
+
npm start
7
+
""")