Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -11,7 +11,7 @@ sleep 10
|
|
| 11 |
|
| 12 |
# (Optional) Preload the Hugging Face model
|
| 13 |
# Uncomment the line below if desired to warm up the model in Ollama
|
| 14 |
-
|
| 15 |
|
| 16 |
# Navigate to the application directory
|
| 17 |
cd /app
|
|
|
|
| 11 |
|
| 12 |
# (Optional) Preload the Hugging Face model
|
| 13 |
# Uncomment the line below if desired to warm up the model in Ollama
|
| 14 |
+
ollama run hf.co/abanm/Dubs-Q8_0-GGUF &
|
| 15 |
|
| 16 |
# Navigate to the application directory
|
| 17 |
cd /app
|