Skip to content

Commit

Permalink
need vncserver tools
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Nov 25, 2024
1 parent f9cdddc commit 6ac7206
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sleap_vnc_connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Base image with SLEAP and GPU support
FROM eberrigan/sleap-cuda:latest

# Install required tools for VNC server
RUN apt-get update && apt-get install -y --no-install-recommends \
xfce4 \
xfce4-goodies \
tightvncserver \
dbus-x11 \
xfonts-base \
autocutsel \
&& rm -rf /var/lib/apt/lists/*

# Setup VNC server
RUN mkdir /root/.vnc && \
echo "password" | vncpasswd -f > /root/.vnc/passwd && \
Expand Down

0 comments on commit 6ac7206

Please sign in to comment.