Unverified Commit e6e05d46 authored by Tanvir's avatar Tanvir
Browse files

chore: add shebang to shell scripts

parent d71e3c9d
#!/bin/bash
docker rm -f ollama || true
docker pull ollama/ollama
# CPU Only
......
#!/bin/bash
docker build -t ollama-webui .
docker stop ollama-webui || true
docker rm ollama-webui || true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment