mirror of https://github.com/docker/docs.git
609 B
609 B
description | keywords | title | toc_min | toc_max |
---|---|---|---|---|
Containerize generative AI (GenAI) apps using Docker | python, generative ai, genai, llm, neo4j, ollama, langchain | Generative AI guide | 1 | 2 |
The generative AI (GenAI) guide teaches you how to containerize an existing GenAI application using Docker. In this guide, you’ll learn how to:
- Containerize and run a Python-based GenAI application
- Set up a local environment to run the complete GenAI stack locally for development
Start by containerizing an existing GenAI application.
{{< button text="Containerize a GenAI app" url="containerize.md" >}}