You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dockerlist.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,47 @@ The following images are build based on [xubuntu branch][git-xubuntu].
14
14
15
15
-----
16
16
17
+
#### nvcr.io/uoh053018/xubuntu-matlab:r2022a
18
+
19
+
**X-Ubuntu MATLAB R2022a**
20
+
21
+
The xubuntu MATLAB `R2022a` image.
22
+
23
+
This image is built based on the [`xubuntu-tc:1.7-1.12.0`](#nvcriouoh053018xubuntu-tc17-1120) image. The MATLAB and other packages are installed by manually. Note that a license is needed if you want to launch MATLAB.
24
+
25
+
Because the layer of installing matlab is too large, we have not found a method for pushing the image to our NGC account. Maybe we could solve this problem in the future.
26
+
27
+
This image contains:
28
+
29
+
*`PyTorch 1.12.0a0+2c916ef` (built by NVIDIA)
30
+
*`Tensorflow 2.7.0` (installed from `conda-forge`)
31
+
*`Python 3.8.13`
32
+
*`xubuntu` desktop with apps
33
+
*`Jupyter Lab 3.3.3`
34
+
*`PyCharm 2022.1`
35
+
*`TeXLive 2019.20200218-1`
36
+
*`Cloudreve 3.4.3` and `FileBrowser 2.21.1`
37
+
*`MATLAB R2022a` with `GCC 6.3.0`
38
+
*`Lapack 3.10.1` and `Lapack95`
39
+
*`Ubuntu 20.04`
40
+
41
+
##### Authorization
42
+
43
+
If you want to authorize (or de-authorize) MATLAB by an individual license, just clicking the "Activate" ("Deactivate") button is OK. Remember to configure the licensed user as `xubuntu`.
44
+
45
+
If you want to authorize (or de-authorize) MATLAB by a computer-level license, you need to use the following command,
46
+
47
+
```bash
48
+
sudo matlab-activate # Activate MATLAB R2022a
49
+
sudo matlab-deactivate # Deactivate MATLAB R2022a
50
+
```
51
+
52
+
#### Compiler
53
+
54
+
Currently, it seems that `GCC 6.3.x` is no longer required by MATLAB Compiler. Instead, using `GCC 9.x` is good enough. See [this page :link:](https://www.mathworks.com/support/requirements/supported-compilers.html).
0 commit comments