Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
618bc9a
1
Parent(s):
5c6a670
Fix previous commit
Browse files
start.sh
CHANGED
@@ -12,7 +12,7 @@ sleep 10
|
|
12 |
|
13 |
# Create the model using Ollama
|
14 |
ollama create llama3.2-tunned -f Modelfile
|
15 |
-
ollama run llama3.2-
|
16 |
|
17 |
# Keep the container running indefinitely
|
18 |
tail -f /dev/null
|
|
|
12 |
|
13 |
# Create the model using Ollama
|
14 |
ollama create llama3.2-tunned -f Modelfile
|
15 |
+
ollama run llama3.2-tunned
|
16 |
|
17 |
# Keep the container running indefinitely
|
18 |
tail -f /dev/null
|