Role-Demo / entrypoint.sh
npc0's picture
Update entrypoint.sh
c1f0b33 verified
#!/bin/bash
# Starting server
echo "Starting server"
ollama serve &
sleep 1
ollama pull llama3
# ollama serve &
python app.py
wait