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:
spark-stack
/
weather-wear
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
danmohmd
commited on
Jun 12
Commit
b835e2d
·
verified
·
1 Parent(s):
ebefc6d
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+11
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
#!/bin/bash
2
+
3
+
ollama serve &
4
+
5
+
sleep 15
6
+
7
+
ollama pull llama3.2:1b
8
+
9
+
streamlit run app.py \
10
+
--server.port=7860 \
11
+
--server.address=0.0.0.0