Skip to content

Commit db33b04

Browse files
committed
4/21/2022
Update the image list.
1 parent efa3b6e commit db33b04

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

dockerlist.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,47 @@ The following images are build based on [xubuntu branch][git-xubuntu].
1414

1515
-----
1616

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).
55+
56+
-----
57+
1758
#### nvcr.io/uoh053018/xubuntu-tf:1.7-2.8.0
1859

1960
**X-Ubuntu Tensorflow 2**

0 commit comments

Comments
 (0)