5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
# https://ollama.com/library/stable-code/tags
|
|
|
|
docker exec -it ai-ollama ollama run stable-code:3b --verbose
|