File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22----------------------------------
3- ## matlab/2024b ##
3+ ## matlab/2023b ##
44Matlab IDE
55
66Important note about licensing
@@ -44,7 +44,7 @@ More documentation can be found here
4444To run applications outside of this container
4545---------------------------------------------
4646
47- ml matlab/2024b
47+ ml matlab/2023b
4848
4949Citation
5050--------
Original file line number Diff line number Diff line change 22set -e
33
44export toolName=' matlab'
5- export toolVersion=' 2024b '
5+ export toolVersion=' 2023b '
66# https://hub.docker.com/r/mathworks/matlab-deep-learning
77# update version in matlab wrapper script:
88grep -q $toolVersion matlab && echo " Found" || exit 2
Original file line number Diff line number Diff line change 11#! /bin/bash
22export MLM_LICENSE_FILE=${HOME} /Downloads
33echo ' MLM_LICENSE_FILE=' ${MLM_LICENSE_FILE}
4- /opt/matlab/R2024b /bin/matlab " $@ "
4+ /opt/matlab/R2023b /bin/matlab " $@ "
You can’t perform that action at this time.
0 commit comments