Qilan2 commited on
Commit
8a32955
·
verified ·
1 Parent(s): cd47dd3

Update nv1/Dockerfile

Browse files
Files changed (1) hide show
  1. nv1/Dockerfile +9 -0
nv1/Dockerfile CHANGED
@@ -146,3 +146,12 @@ RUN wget -O '/data/start_server.sh' 'https://huggingface.co/datasets/Qilan2/ff/r
146
  chmod +x /data/start_server.sh
147
 
148
  CMD ["/data/start_server.sh"]
 
 
 
 
 
 
 
 
 
 
146
  chmod +x /data/start_server.sh
147
 
148
  CMD ["/data/start_server.sh"]
149
+
150
+ # CMD ["jupyter", "lab", \
151
+ # "--ip=0.0.0.0", \
152
+ # "--port=7860", \
153
+ # "--no-browser", \
154
+ # "--allow-root", \
155
+ # "--notebook-dir=/data", \
156
+ # "--NotebookApp.token='qilan'", \
157
+ # "--ServerApp.disable_check_xsrf=True"]