From a5316a33da3c02051bb401498b3b83512f7c8d29 Mon Sep 17 00:00:00 2001 From: manu1987 Date: Fri, 24 Jan 2025 12:20:57 +0100 Subject: [PATCH] Update deploy-matlab.md [RCS-44] Updated the matlab on GPU documentation with the following changes: 1) Updated the link to the official Matlab Nvidia deep learning image documentation. 2) Updated the path to Persistent Storage on the pod. 3) Commented out some irrelevant information. --- website/docs/deploy-matlab.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/website/docs/deploy-matlab.md b/website/docs/deploy-matlab.md index 0916b4c99..a7705db23 100755 --- a/website/docs/deploy-matlab.md +++ b/website/docs/deploy-matlab.md @@ -63,12 +63,12 @@ Follow the instructions on the [mathworks/jupyter-matlab-proxy repository](https --> ## Deploy Matlab on GPU -We use the Matlab template in the DSRI catalog to deploy a pre-built **Nvidia Matlab Deep Learning Container** on CPU or GPU nodes. See the [official documentation from MathWorks](https://nl.mathworks.com/help/cloudcenter/ug/matlab-deep-learning-container-on-dgx.html) for more details about this image. +We use the Matlab template in the DSRI catalog to deploy a pre-built **Nvidia Matlab Deep Learning Container** on CPU or GPU nodes. See the [official documentation from MathWorks](https://nl.mathworks.com/help/cloudcenter/ug/matlab-deep-learning-container-on-docker-hub.html) for more details about this image. -:::caution Request access to Matlab - -To be able to access the Matlab on GPU template you will need to [ask the DSRI admins](/help) to enable it in your project. +:::caution Request GPU access to Matlab +By default you do not have the permission to run applications on GPU, you need to make a reservation. +you can look into [GPU applications documentation](https://dsri.maastrichtuniversity.nl/docs/deploy-on-gpu) for more details. ::: 2 options are available to connect to your running Matlab pod terminal: @@ -78,13 +78,16 @@ To be able to access the Matlab on GPU template you will need to [ask the DSRI a Type `bash` when first accessing to the terminal to have a better experience. -Type `cd /ContainerDeepLearningData` to go in the persistent volume, and use this volume to store all data that should be preserved. +Type `cd /home/matlab/persistent` to go in the persistent volume, and use this volume to store all data that should be preserved. Type `matlab` to access Matlab from the terminal + +