This workshop is designed to get you up and going with building agentic applications with Compose. This workshop assumes no familiarity with the GenAI stack and guides you through everything you need to know to get up and going!
In order to run this workshop, you need the following:
-
Install Docker Desktop 4.43.1+
- If you can't use Docker Desktop, you need Docker Engine 28.3+, Docker Compose 2.38.1+, and Docker Model Runner 0.1.32+
-
Ensure the Docker Model Runner is running with the following command:
docker model status
-
Clone this repository to your machine
git clone https://github.com/dockersamples/workshop-agentic-compose.git
-
Navigate into the directory for the cloned repository:
cd workshop-agentic-compose
-
Use Docker Compose to start the workshop environment:
docker compose up
Note: this may take a while to download all of the required images and model. The model is about 2.9GB.
-
Once everything is done, open the bundled VS Code editor by going to http://localhost:8085. When prompted for a password, enter password as the password.
Important
When asked to run commands in the workshop, you will use the terminal inside this VS Code environment.