├── .github └── workflows │ └── ci.yml ├── LICENSE ├── README.md ├── install.sh ├── ollama-install.sh ├── podman-ollama ├── podman-ollama-complete └── test.sh /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/install.sh -------------------------------------------------------------------------------- /ollama-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/ollama-install.sh -------------------------------------------------------------------------------- /podman-ollama: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/podman-ollama -------------------------------------------------------------------------------- /podman-ollama-complete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/podman-ollama-complete -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericcurtin/podman-ollama/HEAD/test.sh --------------------------------------------------------------------------------