From 80a93f0f567bd1dbfe3f2e24b4ea43790a72cd50 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Mon, 18 Mar 2024 18:00:59 -0400 Subject: [PATCH] * Added initial stub for writing HPC wiki documentation for the various Python containers available on ODU HPC systems. --- python/20230821.python-containers.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 python/20230821.python-containers.md diff --git a/python/20230821.python-containers.md b/python/20230821.python-containers.md new file mode 100644 index 0000000..e8a23b2 --- /dev/null +++ b/python/20230821.python-containers.md @@ -0,0 +1,25 @@ +Python Containers on ODU HPC +============================ + +This article contains the list of Python containers available on ODU HPC platform for all HPC users. + +> The background for the containerized Python can be found on the main documentation page for [Python on HPC Environment](/Software/Python). If + + +Python containers with TensorFlow and PyTorch +--------------------------------------------- + +Since TensorFlow and PyTorch have become wildly popular with the adoption of AI/ML into many scientific disciplines, RCS provides a handful of TensorFlow and PyTorch containers for general uses. + + + +Looking for containers with newer Python? +----------------------------------------- + +We have a few modules that contain newer versions of Python: + +| Module name | Current Python version | +|---------------------------|-------------------------| +| `python3/2023.2-py39` | Intel Python 3.9.16 | +| `python3/2023.2-py310` | Intel Python 3.10.11 | +