From 3db477554a77f57368a1f2d372e3d525535a7f14 Mon Sep 17 00:00:00 2001 From: Dave McKay Date: Tue, 21 May 2024 14:41:20 +0100 Subject: [PATCH] Update README.md --- files/container/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/container/README.md b/files/container/README.md index 3611a93..52b4082 100644 --- a/files/container/README.md +++ b/files/container/README.md @@ -4,4 +4,4 @@ A Docker container, [simlint](https://github.com/EPCCed/SiMLInt/pkgs/container/simlint) (13 GB), which can perform run BOUT Hasegawa-Wakatani simulations, generate ground-truth data, or run SiMLInt simulations with inference, has been made available, with the SiMLInt components installed on an Ubuntu 22.04 image using GCC, OpenMPI and Miniconda3. For Docker container usage instructions, click [here](../../docs/docker-images.md). ## SiMLInt GPU Container -A Docker container, [simlint-gpu]([https://github.com/EPCCed/SiMLInt/pkgs/container/simlint](https://github.com/EPCCed/SiMLInt/pkgs/container/simlint-gpu)) (22 GB), has also been made available. This has been built on an NVIDIA CUDA image, itself built on Ubuntu 22.04. For Docker container usage instructions, click [here](../../docs/docker-images.md). +A Docker container, [simlint-gpu]([https://github.com/EPCCed/SiMLInt/pkgs/container/simlint](https://github.com/EPCCed/SiMLInt/pkgs/container/simlint-gpu)) (22 GB), has also been made available. This has been built on an NVIDIA CUDA image, itself built on Ubuntu 22.04. This image can be used on hardware with GPUs and is intended for training of ML models. For Docker container usage instructions, click [here](../../docs/docker-images.md).