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 serve manually to view errors.

2. VSCode can't connect

  • Ensure port 11434 is open and accessible from your workstation.
  • Check OLLAMA_HOST and OLLAMA_ORIGINS in /etc/systemd/system/ollama.service.d/override.conf.

3. High memory usage

  • Use smaller models such as gpt-oss:20b for lightweight usage.
  • Confirm no other large models or containers are running with nvidia-smi.