From c8d67bc9780a5ecbe5a5e0a8d8f571b2a661fa8c Mon Sep 17 00:00:00 2001 From: Hauke Kirchner <hauke.gronenberg@gwdg.de> Date: Wed, 14 Aug 2024 13:16:15 +0000 Subject: [PATCH] Added rough ideas on hands on session for containers to README.md --- code/container/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/container/README.md b/code/container/README.md index 0581087..22f042f 100644 --- a/code/container/README.md +++ b/code/container/README.md @@ -98,3 +98,11 @@ Finally, the defined workflow can be submitted as a job to the workload manager ```bash sbatch path/to/deep-learning-with-gpu-cores/code/submit_train_dlc.sh ``` + +## Hands on + +### 1 Reproduce the given examples. + +### 2 Adapt the container to one of your own use cases. + +### 3 **Advanced**: Try to build and/or run containers on your local machine. \ No newline at end of file -- GitLab