Skip to content

vinash85/AgentAI_litgene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LITGENE_WEBAPP_Agentai

Docker Compose usage GUIDE

  1. clone the git repo
  2. go to the docker directory "cd littool/requirements/docker"
  3. start the docker container on a server with command : "docker-compose up -d" NOTE: the docker compose orchestration will always try to restart the container in case of any failure. Use step 5 to debug.
  4. Go to the browser and type ip address followed by port number(6789 default for flask): http://w.x.y.z:6789
  5. To check the logs of docker: "docker-compose logs"
  6. To bring down the container: "docker-compose down"
  7. open docker with docker exec and install ollama with command "curl -fsSL https://ollama.com/install.sh | sh"
  8. serve ollama with command "ollama serve" inside docker
  9. pull relevant llava model i.e. for our case "ollama pull lamma3"

About

tutorial with litgene tools for agentic ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published