Skip to content

Instantly share code, notes, and snippets.

View bigorangemachine's full-sized avatar

BOM bigorangemachine

  • Toronto, Ontario
View GitHub Profile
#!/usr/bin/env node
/**
* ollama-pull.js — Reliable Ollama model downloader with adaptive stall detection
*/
const yargs = require("yargs");
const { hideBin } = require("yargs/helpers");
const argv = yargs(hideBin(process.argv))
@bigorangemachine
bigorangemachine / gist:b45a4b1634af094cbc0a835e0d590e8f
Last active June 1, 2018 14:47
Development process Concourse Resource type

Readme.md is WIP (living document)

Install

Install docker

Grab the concourse tutorial

mkdir docker-concourse