FROM dorowu/ubuntu-desktop-lxde-vnc ENV USER=root ENV PASSWORD=root # Hugging Face port ENV HTTP_PORT=7860 # noVNC websocket port ENV VNC_PORT=5900 RUN rm -f /etc/apt/sources.list.d/google-chrome.list RUN apt-get update && apt-get install -y \ python3 \ python3-pip \ curl \ wget \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* EXPOSE 7860