mirror of https://github.com/docker/docs.git
add ai-ml sample (#18307)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
74d69e7e46
commit
c5d8cfd66c
|
@ -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)
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: AI/ML samples
|
||||
description: Docker samples for AI/ML.
|
||||
service: aiml
|
||||
---
|
|
@ -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
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue