atonyxu commited on
Commit
062dc96
·
verified ·
1 Parent(s): fc0b5b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -107,7 +107,7 @@ ENV PYTHONUNBUFFERED=1 \
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
113
  WORKDIR /data
 
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
113
  WORKDIR /data