"...composable_kernel_onnxruntime.git" did not exist on "923578a389636bafec3435c3752d75a3757ce005"
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 rm -f ollama || true
docker pull ollama/ollama docker pull ollama/ollama
# CPU Only # CPU Only
......
#!/bin/bash
docker build -t ollama-webui . docker build -t ollama-webui .
docker stop ollama-webui || true docker stop ollama-webui || true
docker rm 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