Created
January 8, 2026 06:29
-
-
Save lucataco/784e5ee12a5415acd8e4d7f2d928218b to your computer and use it in GitHub Desktop.
brev.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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