mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 06:42:28 +00:00
9 lines
223 B
YAML
9 lines
223 B
YAML
name: Setup Ollama
|
|
description: Start Ollama
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Start Ollama
|
|
shell: bash
|
|
run: |
|
|
docker run -d --name ollama -p 11434:11434 docker.io/leseb/ollama-with-models
|