Created
October 19, 2025 18:02
-
-
Save lucataco/172b572b321f4a9ee0b7294567dfaf0f to your computer and use it in GitHub Desktop.
docker fix on Brev.dev Crusoe GPUs to work with Replicate models
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
| # 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