Skip to content

Instantly share code, notes, and snippets.

@lucataco
Created October 19, 2025 18:02
Show Gist options
  • Select an option

  • Save lucataco/172b572b321f4a9ee0b7294567dfaf0f to your computer and use it in GitHub Desktop.

Select an option

Save lucataco/172b572b321f4a9ee0b7294567dfaf0f to your computer and use it in GitHub Desktop.
docker fix on Brev.dev Crusoe GPUs to work with Replicate models
# Replace /etc/docker/daemon.json docker config in Brev.dev Crusoe GPUs
{
"default-runtime": "nvidia",
"mtu": 1500,
"runtimes": {
"nvidia": {
"args": [],
"path": "nvidia-container-runtime"
}
},
"dns": ["8.8.8.8", "1.1.1.1"],
"max-concurrent-downloads": 3,
"max-concurrent-uploads": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment