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