hanafi43 commited on
Commit
c11edbb
·
verified ·
1 Parent(s): 719d085

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -3,14 +3,17 @@ FROM dorowu/ubuntu-desktop-lxde-vnc
3
  ENV USER=root
4
  ENV PASSWORD=root
5
 
 
6
  ENV HTTP_PORT=7860
7
 
 
 
 
8
  RUN rm -f /etc/apt/sources.list.d/google-chrome.list
9
 
10
  RUN apt-get update && apt-get install -y \
11
  python3 \
12
  python3-pip \
13
- git \
14
  curl \
15
  wget \
16
  && apt-get clean \
 
3
  ENV USER=root
4
  ENV PASSWORD=root
5
 
6
+ # Hugging Face port
7
  ENV HTTP_PORT=7860
8
 
9
+ # noVNC websocket port
10
+ ENV VNC_PORT=5900
11
+
12
  RUN rm -f /etc/apt/sources.list.d/google-chrome.list
13
 
14
  RUN apt-get update && apt-get install -y \
15
  python3 \
16
  python3-pip \
 
17
  curl \
18
  wget \
19
  && apt-get clean \