From 4a1a749486017fdb0dc01e1ec2fdd7dcb977e533 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 10 Nov 2021 09:20:50 +0100
Subject: [PATCH] [jupyter] Install snakemake in image.

---
 ThirdParty/container-maker                             | 2 +-
 web/content/docs/userguide/basics/jupyter-notebooks.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ThirdParty/container-maker b/ThirdParty/container-maker
index 5372264cfe8..3ab01a7f128 160000
--- a/ThirdParty/container-maker
+++ b/ThirdParty/container-maker
@@ -1 +1 @@
-Subproject commit 5372264cfe8106f2c88cea73b600124f9527d558
+Subproject commit 3ab01a7f128ef087d5af0658b28c7482492bdf79
diff --git a/web/content/docs/userguide/basics/jupyter-notebooks.md b/web/content/docs/userguide/basics/jupyter-notebooks.md
index 78d9f243fea..0d8cc655a28 100644
--- a/web/content/docs/userguide/basics/jupyter-notebooks.md
+++ b/web/content/docs/userguide/basics/jupyter-notebooks.md
@@ -32,6 +32,7 @@ Image `registry.opengeosys.org/ogs/ogs/ogs-serial-jupyter` contains:
   - [scipy](https://docs.scipy.org/doc/scipy/reference/) — Scientific computing
   - [vtk](https://pypi.org/project/vtk/) — Visualization
   - [PyVista][pyvista] — Visualization
+  - [Snakemake](https://snakemake.github.io) — Workflow management
 - Jupyter-related tools:
   - [nbconvert](https://nbconvert.readthedocs.io) — Format conversion
   - [nbdime](https://nbdime.readthedocs.io) — Diffs for notebooks
-- 
GitLab