mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
<!--Delete sections as needed -->
## Description
This PR:
- adds new labs tag to `data/tags.yaml` and
`content/tags/labs/_index.md`
- creates 4 single-page lab guides under content/guides/:
- lab-agentic-apps.md (7 modules)
- lab-mcp-gateway.md (7 modules)
- lab-fine-tuning.md (4 modules)
- lab-cagent.md (7 modules)
Labs are filterable at `/guides/?tags=labs`
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
1.9 KiB
1.9 KiB
title, linkTitle, description, summary, keywords, aliases, params
| title | linkTitle | description | summary | keywords | aliases | params | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Lab: Fine-Tuning Local Models | Lab: Fine-Tuning Models | Fine-tune AI models using Docker Offload, Docker Model Runner, and Unsloth in this hands-on interactive lab. | Hands-on lab: Fine-tune, validate, and share custom AI models using Docker Offload, Unsloth, and Docker Model Runner. | AI, Docker, fine-tuning, Docker Offload, Unsloth, Model Runner, lab, labspace |
|
|
This lab provides a hands-on walkthrough of fine-tuning AI models using Docker Offload, Docker Model Runner, and Unsloth. Learn how to customize models for your specific use case, validate the results, and share them via Docker Hub.
What you'll learn
- Use Docker Offload to fine-tune a model with GPU acceleration
- Package and share the fine-tuned model on Docker Hub
- Run the custom model with Docker Model Runner
- Understand the end-to-end workflow from training to deployment
Modules
| # | Module | Description |
|---|---|---|
| 1 | Introduction | Overview of fine-tuning concepts and the Docker AI stack |
| 2 | Fine-Tuning with Docker Offload | Run fine-tuning using Unsloth and Docker Offload |
| 3 | Validate and Publish | Test the fine-tuned model and publish to Docker Hub |
| 4 | Conclusion | Summary, key takeaways, and next steps |
Prerequisites
- Docker Desktop with Docker Offload enabled
- GPU access with Docker Offload cloud resources
Launch the lab
Ensure you have Docker Offload running, then start the labspace:
$ docker compose -f oci://dockersamples/labspace-fine-tuning up -d
Then open your browser to http://localhost:3030.