From 12a5be3608e095de5d2d64fad6c68025bab7980b Mon Sep 17 00:00:00 2001
From: patmjen <patmjen@dtu.dk>
Date: Fri, 11 Oct 2024 15:49:39 +0200
Subject: [PATCH] Update default Pythno and CUDA version

---
 HPC_Python_Guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HPC_Python_Guide.md b/HPC_Python_Guide.md
index 1793525..84ce113 100644
--- a/HPC_Python_Guide.md
+++ b/HPC_Python_Guide.md
@@ -53,8 +53,8 @@ a100sh
    > # This is what you should change for your setup
    > VENV_NAME=venv         # Name of your virtualenv (default: venv)
    > VENV_DIR=.             # Where to store your virtualenv (default: current directory)
-   > PYTHON_VERSION=3.9.14  # Python version (default: 3.9.14)
-   > CUDA_VERSION=11.6      # CUDA version (default: 11.6)
+   > PYTHON_VERSION=3.11.9  # Python version (default: 3.11.9)
+   > CUDA_VERSION=11.8      # CUDA version (default: 11.8)
    > ```
 
 5. Your are done! You can now install packages with `pip install <PACKAGE>` and run python3 code with `python`.
-- 
GitLab