Skip to content

Instantly share code, notes, and snippets.

@dsissoko
Last active August 28, 2025 07:41
Show Gist options
  • Select an option

  • Save dsissoko/ee107b48d34545f3c723750bbbd4408c to your computer and use it in GitHub Desktop.

Select an option

Save dsissoko/ee107b48d34545f3c723750bbbd4408c to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eo pipefail
LOG_FILE="/workspace/provision.log"
echo "🚀 Provisioning script started at $(date)" >> "$LOG_FILE"
OLLAMA_CONTEXT_LENGTH=32768 OLLAMA_HOST=0.0.0.0:11434 OLLAMA_KEEP_ALIVE=-1 nohup ollama serve &
ollama pull devstral:24b-small-2505-q4_K_M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment