Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
NexusV1
/
v
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NexusV1
commited on
Apr 30, 2025
Commit
e69ee6a
·
verified
·
1 Parent(s):
ec6f681
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+12
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,12 @@
1
+
#!/bin/bash
2
+
3
+
# Clone repo if it doesn't exist
4
+
if [ ! -d "/app/.git" ]; then
5
+
git clone "$REPO_URL" /app
6
+
fi
7
+
8
+
cd /app
9
+
10
+
npm install
11
+
12
+
node server.js