Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ShriAishu
/
coder-ai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ShriAishu
commited on
May 1
Commit
ad4c570
·
verified
·
1 Parent(s):
8bc00a0
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+6
-0
start.sh
CHANGED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
ollama serve &
3
+
sleep 5
4
+
ollama pull qwen3.5:2b
5
+
ollama list
6
+
wait