devve1 commited on
Commit
859973c
1 Parent(s): 1cddaea

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -7,7 +7,7 @@ ollama serve &
7
  sleep 1
8
 
9
  echo "Pulling adrienbrault/nous-hermes2theta-llama3-8b:q8_0"
10
- ollama pull adrienbrault/nous-hermes2theta-llama3-8b:q8_0)
11
  sleep 5
12
 
13
  exec streamlit run ./app.py --server.headless true --server.enableXsrfProtection false --server.fileWatcherType none
 
7
  sleep 1
8
 
9
  echo "Pulling adrienbrault/nous-hermes2theta-llama3-8b:q8_0"
10
+ ollama pull adrienbrault/nous-hermes2theta-llama3-8b:q8_0
11
  sleep 5
12
 
13
  exec streamlit run ./app.py --server.headless true --server.enableXsrfProtection false --server.fileWatcherType none