Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
infinityonline
/
ollama
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
infinityonline
commited on
14 days ago
Commit
9d77c8f
·
verified
·
1 Parent(s):
ad5928f
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-0
start.sh
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
export OLLAMA_MODELS=/root/.ollama/models
4
5
ollama serve &
6
OLLAMA_PID=$!
1
#!/bin/bash
2
3
export OLLAMA_MODELS=/root/.ollama/models
4
+
export OLLAMA_KEEP_ALIVE=-1
5
6
ollama serve &
7
OLLAMA_PID=$!