add ai-ml sample (#18307)

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2023-10-03 08:10:11 -07:00 committed by GitHub
parent 74d69e7e46
commit c5d8cfd66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 3 deletions

View File

@ -26,5 +26,5 @@ Learn how to containerize different types of services by walking through Officia
## Platforms
[Gitea](../samples/gitea.md) \| [Nextcloud](../samples/nextcloud.md) \| [Portainer](../samples/portainer.md) \| [Prometheus](../samples/prometheus.md) \| [WordPress](../samples/wordpress.md)
## Other services
[Cloudflared](../samples/cloudflared.md) \| [Elasticsearch / Logstash / Kibana](../samples/elasticsearch.md) \| [Minecraft](../samples/minecraft.md) \| [NGINX](../samples/nginx.md) \| [Pi-hole](../samples/pi-hole.md) \| [Plex](../samples/plex.md) \| [Traefik](../samples/traefik.md) \| [WireGuard](../samples/wireguard.md)
## Other samples
[AI/ML](../samples/ai-ml.md) \| [Cloudflared](../samples/cloudflared.md) \| [Elasticsearch / Logstash / Kibana](../samples/elasticsearch.md) \| [Minecraft](../samples/minecraft.md) \| [NGINX](../samples/nginx.md) \| [Pi-hole](../samples/pi-hole.md) \| [Plex](../samples/plex.md) \| [Traefik](../samples/traefik.md) \| [WireGuard](../samples/wireguard.md)

5
content/samples/ai-ml.md Normal file
View File

@ -0,0 +1,5 @@
---
title: AI/ML samples
description: Docker samples for AI/ML.
service: aiml
---

View File

@ -395,3 +395,10 @@ samples:
- wordpress
- mariadb
- postgres
- title: AI/ML with Docker
url: https://github.com/docker/genai-stack
description: Get started with AI and ML using Docker, Neo4j, LangChain, and Ollama
dev_env: false
services:
- python
- aiml

View File

@ -1103,8 +1103,10 @@ Samples:
title: Prometheus
- path: /samples/wordpress/
title: WordPress
- sectiontitle: Other services
- sectiontitle: Other samples
section:
- path: /samples/ai-ml/
title: AI/ML
- path: /samples/cloudflared/
title: Cloudflared
- path: /samples/elasticsearch/