From 3c79b72e9bd14c52bafc987ff78264e1773fa811 Mon Sep 17 00:00:00 2001
From: Klaus Reuter <khr@mpcdf.mpg.de>
Date: Fri, 22 Jul 2022 08:12:00 +0000
Subject: [PATCH] Update README.md

---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index e69de29..5b42cd6 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,9 @@
+# GitLab CI Cache Usage Examples
+
+This repo contains usage examples for the GitLab CI cache and is referenced
+in the Bits and Bytes edition 210 from August 2022.
+
+Two examples are shown, the second being specific to MPCDF shared runners:
+
+1. Python CI with cached third-party dependency
+2. CUDA CI pipeline, building the CUDA code on a CPU runner and using the cache to forward the build to a GPU runner to execute the test there
-- 
GitLab