atonyxu commited on
Commit
fc0b5b3
·
verified ·
1 Parent(s): 0f50780

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -106,7 +106,7 @@ ENV PYTHONUNBUFFERED=1 \
106
  SHELL=/bin/bash
107
 
108
  RUN curl -fsSL https://code-server.dev/install.sh | sh
109
- RUN nohup code-server /data > /data/start.log 2>&1 &
110
  RUN echo "password: ${JUPYTER_TOKEN:=huggingface}"
111
  RUN sleep 30s
112
  RUN cat /data/start.log
 
106
  SHELL=/bin/bash
107
 
108
  RUN curl -fsSL https://code-server.dev/install.sh | sh
109
+ RUN nohup code-server --bind-addr 0.0.0.0:8080 /data > /data/start.log 2>&1 &
110
  RUN echo "password: ${JUPYTER_TOKEN:=huggingface}"
111
  RUN sleep 30s
112
  RUN cat /data/start.log