From 021cf2addf455b52debd751c6df2c8385b8cc801 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 27 Jun 2024 09:14:55 +0200 Subject: [PATCH] replace placeholder --- content/3/reproducibility.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/3/reproducibility.md b/content/3/reproducibility.md index eaf9f46..ec355e7 100644 --- a/content/3/reproducibility.md +++ b/content/3/reproducibility.md @@ -83,7 +83,8 @@ $ pip install -r requirements.txt ## What if I need to record the entire operating system? -(Here I will add an Apptainer example for our example project) +One solution can be: Containers (Apptainer/Singularity, Docker, ...) +but the details of this are outside the scope of this short course. ## Recording computational steps