Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yaya86
/
ollama
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yaya86
commited on
Oct 20, 2024
Commit
718fab4
·
verified
·
1 Parent(s):
d7dfc45
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-0
start.sh
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
# Démarrez le service Ollama en arrière-plan
4
ollama serve &
5
1
#!/bin/bash
2
3
+
pip install -U "huggingface_hub[cli]"
4
+
5
# Démarrez le service Ollama en arrière-plan
6
ollama serve &
7