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
|
## Platforms
|
||||||
[Gitea](../samples/gitea.md) \| [Nextcloud](../samples/nextcloud.md) \| [Portainer](../samples/portainer.md) \| [Prometheus](../samples/prometheus.md) \| [WordPress](../samples/wordpress.md)
|
[Gitea](../samples/gitea.md) \| [Nextcloud](../samples/nextcloud.md) \| [Portainer](../samples/portainer.md) \| [Prometheus](../samples/prometheus.md) \| [WordPress](../samples/wordpress.md)
|
||||||
|
|
||||||
## Other services
|
## Other samples
|
||||||
[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)
|
[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
|
- wordpress
|
||||||
- mariadb
|
- mariadb
|
||||||
- postgres
|
- 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
|
title: Prometheus
|
||||||
- path: /samples/wordpress/
|
- path: /samples/wordpress/
|
||||||
title: WordPress
|
title: WordPress
|
||||||
- sectiontitle: Other services
|
- sectiontitle: Other samples
|
||||||
section:
|
section:
|
||||||
|
- path: /samples/ai-ml/
|
||||||
|
title: AI/ML
|
||||||
- path: /samples/cloudflared/
|
- path: /samples/cloudflared/
|
||||||
title: Cloudflared
|
title: Cloudflared
|
||||||
- path: /samples/elasticsearch/
|
- path: /samples/elasticsearch/
|
||||||
|
|
Loading…
Reference in New Issue