jupyter/Gui/novnc/Dockerfile

12 lines
406 B
Docker
Raw Permalink Normal View History

2024-12-25 16:31:30 +08:00
FROM eoelab.org:1027/eoeair/jupyter:py-c
2024-05-19 18:53:55 +08:00
USER root
RUN apt-get update --yes && \
apt-get --yes install --yes --no-install-recommends dbus-x11 xfce4 xfce4-panel xfce4-session xfce4-settings xorg tigervnc-standalone-server tigervnc-xorg-extension websockify && \
apt-get clean && rm -rf /var/lib/apt/lists/*
USER $NB_USER
RUN pip install jupyter-remote-desktop-proxy && \
pip cache purge