Skip to content

Commit b1f725d

Browse files
committed
add library path
1 parent 09c198e commit b1f725d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widg
1111
WORKDIR /home/jovyan
1212
RUN git clone --branch CNS18 https://github.com/Neurosim-lab/netpyne_workspace
1313
WORKDIR /home/jovyan/netpyne_workspace
14-
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token=''"
14+
CMD /bin/bash -c "source activate snakes && exec jupyter notebook --debug --NotebookApp.default_url=/geppetto --NotebookApp.token='' --library=netpyne_ui"

0 commit comments

Comments
 (0)