From c5d8cfd66c6991bc9f258401b49382a5d870d40f Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:10:11 -0700 Subject: [PATCH] add ai-ml sample (#18307) Signed-off-by: Craig Osterhout --- content/samples/_index.md | 4 ++-- content/samples/ai-ml.md | 5 +++++ data/samples.yaml | 7 +++++++ data/toc.yaml | 4 +++- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 content/samples/ai-ml.md diff --git a/content/samples/_index.md b/content/samples/_index.md index 8b09cca684..6e5e6310c0 100644 --- a/content/samples/_index.md +++ b/content/samples/_index.md @@ -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) \ No newline at end of file +## 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) \ No newline at end of file diff --git a/content/samples/ai-ml.md b/content/samples/ai-ml.md new file mode 100644 index 0000000000..add07b81e3 --- /dev/null +++ b/content/samples/ai-ml.md @@ -0,0 +1,5 @@ +--- +title: AI/ML samples +description: Docker samples for AI/ML. +service: aiml +--- diff --git a/data/samples.yaml b/data/samples.yaml index 1479632263..de6c6f247f 100644 --- a/data/samples.yaml +++ b/data/samples.yaml @@ -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 \ No newline at end of file diff --git a/data/toc.yaml b/data/toc.yaml index a896fefffa..5fc6626601 100644 --- a/data/toc.yaml +++ b/data/toc.yaml @@ -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/