Skip to content

webgrip/ollama-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

bash into the docker container by awking the container id from docker ps and then running docker exec -it <container_id> /bin/bash

docker exec -it $(docker ps | awk '/ollama/ {print $1}') /bin/bash apt-get install nano nano Modelfile ollama create example -f Modelfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published