File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 77# Download tools
88curl
99wget
10- vim
1110
1211# other important system tools
1312htop
@@ -16,6 +15,13 @@ perl-doc
1615# Regular build tools for compiling common stuff
1716build-essential
1817
18+ # install manpages for common tools
19+ man
20+ man-db
21+ manpages-posix
22+ manpages-dev
23+ manpages-posix-dev
24+
1925# Dependencies for nbconvert
2026texlive-xetex
2127texlive-fonts-recommended
3238
3339# Other niceties for command-line work and life
3440rsync
41+ screen
42+ tar
43+ zip
44+ vim
3545
3646# playwright deps https://jira-secure.berkeley.edu/browse/DH-325
3747libnss3
@@ -57,7 +67,9 @@ openjdk-21-jre
5767openjdk-21-jdk
5868default-jdk
5969
60- # for remote desktop
70+ # for remote desktop + x11
71+ firefox
72+ chromium-browser
6173dbus-x11
6274xfce4
6375xfce4-panel
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ dependencies:
2626 - code-server==4.106.2
2727 - jupyter-vscode-proxy==0.7
2828 - jupyter-server-proxy==4.4.0
29+ - websockify==0.13.0
30+ - appmode==1.0.0
2931
3032 # data science
3133 - datascience==0.18.1
@@ -45,6 +47,7 @@ dependencies:
4547 - pip :
4648 - jupyterlab-a11y-checker==0.2.5
4749 - jupyter-remote-desktop-proxy==3.0.1
50+
4851 # useful for debugging python package issues
4952 - pip-tree==4.0.0
5053 - pipdeptree==2.28.0
You can’t perform that action at this time.
0 commit comments