Skip to content

ank-singhal/spring_ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions for Spring AI

Docker Prerequisites

Before you start, ensure you have Docker and Docker Compose installed on your machine. You can download them from the following links:

Clone the repo

Clone the repository with below url:

Start Docker

This project already have the docker-compose.yml file which will pull the ollama image and run the container for you, use below command

  • docker-compose up -d

    Enter into the container

  • docker exec -it /bin/sh (mac/linux)

  • docker exec -it bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.6%
  • Dockerfile 7.4%