Skip to content

Commit

Permalink
dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubNTNU committed Oct 20, 2023
1 parent 26ba3af commit df00371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM jupyter/minimal-notebook:lab-3.6.1
USER root
RUN set -x \
&& apt-get update \
# TODO -- Install desktop env https://docs.hdc.ntnu.no/do-science/tools/technical/vnc/#_2-install-a-desktop-environment
&& sudo apt-get update -y && sudo apt-get autoremove -y \
&& sudo apt-get install -y --no-install-recommends xubuntu-desktop \
&& apt-get install -y --no-install-recommends xauth xinit dbus-x11 \
# TODO -- Install tigervnc packages (apt search tigervnc)
&& apt-get install -y --no-install-recommends <name-of-tigervnc-pkg> \
&& apt-get install -y --no-install-recommends tigervnc-standalone-server tigervnc-xorg-extension \
# Cleanup -- screensaver causes issues in VNC
&& apt-get purge -y pm-utils xscreensaver* \
# Installation of utilities
Expand Down

0 comments on commit df00371

Please sign in to comment.