Skip to content
Snippets Groups Projects
Commit 5f05b699 authored by Simon Li's avatar Simon Li Committed by GitHub
Browse files

No commit message

No commit message
parents
No related branches found
No related tags found
No related merge requests found
FROM jupyter/base-notebook
USER root
RUN apt-get update -y -q && \
apt-get install -y -q \
curl \
lxde \
net-tools \
novnc \
tigervnc-standalone-server
EXPOSE 8080
ENTRYPOINT ["bash"]
# https://serverfault.com/questions/376302/tigervnc-ssh-without-a-vnc-password/580859#580859
# vncserver -verbose -xstartup startlxde -SecurityTypes None -geometry 1024x768
# /usr/share/novnc/utils/launch.sh --listen 5902 --vnc localhost:5901
# In browser go to http://localhost:8080/vnc.html?autoconnect=true
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment