windows / Dockerfile
Alvin3y1's picture
Update Dockerfile
d3be525 verified
raw
history blame contribute delete
178 Bytes
FROM accetto/ubuntu-vnc-xfce-g3
# Set the screen resolution
ENV VNC_RESOLUTION=1280x720
# Hugging Face default port
EXPOSE 6901
# No KVM needed! This runs as a native process.