Multi-container docker application for local AI development.
genAI-docker
├── langchain
│ ├── Dockerfile
│ └── requirements.txt
├── ollama
│ └── Dockerfile
├── open-webui
│ └── Dockerfile
├── .dockerignore
├── docker-compose.yml
└── README.md
To get a copy of this project up and running on your local machine, follow these steps:
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/theFuribundi/genAI-docker.git - Navigate to the project directory:
cd genAI-docker
To build and run the application, use the following command:
docker-compose up
This command will build the Docker images and start the containers as defined in the docker-compose.yml file.
To stop the application, press CTRL + C in the terminal where the application is running, or run:
docker-compose down
If you wish to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.