Skip to content

Instantly share code, notes, and snippets.

@neuthral
Created May 20, 2025 10:39
Show Gist options
  • Save neuthral/460e27eb441b1b520668cb86c72ff990 to your computer and use it in GitHub Desktop.
Save neuthral/460e27eb441b1b520668cb86c72ff990 to your computer and use it in GitHub Desktop.

running ollama serve and running deepseek-r1 as the shell of a new user, now when we login as the user we get the ollama deepseek prompt

sudo chsh deep /home/deep/deepscript

deepscript

  #!/bin/bash

  ollama run deepseek-r1

make it executable

chmod +x deepscript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment