From 7bba4db568c1241eef17ca8dd0d7e16a2ba11951 Mon Sep 17 00:00:00 2001
From: Christof Kaufmann <christof.kaufmann@hs-bochum.de>
Date: Sat, 28 Sep 2024 12:19:17 +0200
Subject: [PATCH] Update Readme regarding keras3-cpu

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 11312b0..d73460e 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,20 @@ This is a collection of customized Jupyter images to be used in the JupyterHub r
   - Added Notebook git Puller ([nbgitpuller](https://hub.jupyter.org/nbgitpuller))
   - Provide default home directory contents including VS Code Extensions and settings in `/etc/skel/`. Can be copied on first startup using [post start hook](https://z2jh.jupyter.org/en/stable/jupyterhub/customizing/user-environment.html#about-user-storage-and-adding-files-to-it).
 
+## keras3-cpu
+
+- Based on: `jupyter/tensorflow-notebook:latest` ([quay.io](https://quay.io/repository/jupyter/tensorflow-notebook), [src](https://github.com/jupyter/docker-stacks/tree/main/images/tensorflow-notebook), [doc](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-tensorflow-notebook))
+- Available as: [`christofkaufmann/keras3-cpu-notebook:latest`](https://hub.docker.com/repository/docker/christofkaufmann/keras3-cpu-notebook)
+- Features:
+  - Jupyter enabled
+  - Contains Keras3 with tensorflow as backend
+  - Added VS Code via code-server as web UI and via VS Code CLI for tunnels
+  - Added Notebook git Puller ([nbgitpuller](https://hub.jupyter.org/nbgitpuller))
+  - Provide default home directory contents including VS Code Extensions and settings in `/etc/skel/`. Can be copied on first startup using [post start hook](https://z2jh.jupyter.org/en/stable/jupyterhub/customizing/user-environment.html#about-user-storage-and-adding-files-to-it).
+
 ## keras3-gpu
 
-- Based on: `jupyter/tensorflow-notebook:cuda-latest` ([quay.io](https://quay.io/repository/jupyter/tensorflow-notebook), [src](https://github.com/jupyter/docker-stacks/tree/main/images/tensorflow-notebook/cuda), [doc](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#cuda-enabled-variant))
+- Based on: `jupyter/tensorflow-notebook:cuda-latest` ([quay.io](https://quay.io/repository/jupyter/tensorflow-notebook), [src](https://github.com/jupyter/docker-stacks/tree/main/images/tensorflow-notebook/cuda), [doc](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#cuda-enabled-variants))
 - Available as: [`christofkaufmann/keras3-gpu-notebook:latest`](https://hub.docker.com/repository/docker/christofkaufmann/keras3-gpu-notebook)
 - Features:
   - Jupyter enabled
-- 
GitLab