Skip to content

Instantly share code, notes, and snippets.

@lucataco
Created January 8, 2026 06:29
Show Gist options
  • Select an option

  • Save lucataco/784e5ee12a5415acd8e4d7f2d928218b to your computer and use it in GitHub Desktop.

Select an option

Save lucataco/784e5ee12a5415acd8e4d7f2d928218b to your computer and use it in GitHub Desktop.
brev.dev
#!/bin/bash
# Update
sudo apt-get update
# Install tools
sudo apt install nvidia-cuda-toolkit
# Install cog
sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment