Vibe Coding in VS Code
30 MIN
Use DGX Spark as a local or remote Vibe Coding assistant with Ollama and Continue.dev
Common Issues
1. Ollama not starting
- Verify Docker and GPU drivers are installed correctly.
- Run
ollama servemanually to view errors.
2. VSCode can't connect
- Ensure port 11434 is open and accessible from your workstation.
- Check
OLLAMA_HOSTandOLLAMA_ORIGINSin/etc/systemd/system/ollama.service.d/override.conf.
3. High memory usage
- Use smaller models such as
gpt-oss:20bfor lightweight usage. - Confirm no other large models or containers are running with
nvidia-smi.