Before you start, ensure you have Docker and Docker Compose installed on your machine. You can download them from the following links:
Clone the repository with below url:
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