Dockerfile list
To view the manual, please check here.
To view the detailed graphic guides, click here.
To view extra manuals about xUbuntu, please check here.
To view our dockerfile list, please check here.
Dockerfiles
Here is the list of each dockerfile:
-
xubuntu at the branch xubuntu
Run such a command to build the newest image online:
docker build -t xubuntu:1.0 https://github.com/Y326s/DGX-DockerImages.git#xUbuntu_YL -
jupyterlab at the branch jupyterlab
Run such a command to build the newest image online:
docker build -t jlab:1.0 https://github.com/Y326s/DGX-DockerImages.git#jupyterlab
Update records
ver 1.8 @ 12/26/2022
Update
- Update the TigerVNC server installation package.
- Update optional application list (Atom is no longer maintained).
- Update the
yjin-tool.
New
- Change default
UIDandGIDinside the docker image to the same ones as the builder. - Manually install
dconf-clion 18.04 ubuntu to manage mousepad default configuration file. - Manually add several environment variables acquired by Matplotlib and unset 2
$SESSION_MANAGERenvironment variables created by ICE to avoid a warning when using Matplotlib.
Delete
- Remove all JupyterLab installation process and dependencies.
- Temporarily disable
vscodelocalmode when installing VScode extensions. - Disable the screensaver as the default setting.
- Remove
hookyqr.beautifyand installpython-kaleidoonly on python version 37+ for VSCode extensions.
Debug
- Fix the bug in
/etc/shinitthat would unexpectly run arm /libcommand in 16.04 NVIDIA base image.