From d714bd6bc6d5468cd789daf96d37af80b6e281c8 Mon Sep 17 00:00:00 2001 From: Hauke Kirchner <hauke.gronenberg@gwdg.de> Date: Wed, 21 Aug 2024 08:40:55 +0000 Subject: [PATCH] Fixed wring jupyterhub profile --- code/container/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/container/README.md b/code/container/README.md index f93d340..264f455 100644 --- a/code/container/README.md +++ b/code/container/README.md @@ -60,7 +60,7 @@ Below are two examples of how to use HPC JupyterHub. The first example shows the 2. click on the "Sign in with AcademicCloud" button 3. start your server with the following options (everything else is default) - Select the appropriate HPC project (username) - - Select a job profile: `GWDG HPC with own Container` + - Select a job profile: `GWDG HPC (NVIDIA V100 GPU) with own Container` - Set your own Apptainer container location: `path/to/dlc-dlwgpu.sif` - Jupyter Notebook's Home directory: `/path/to/deep-learning-with-gpu-cores/` 4. run the code -- GitLab