File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ before_script:
4444 - export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
4545
4646script :
47- - travis_retry docker build -t="netpyne-ui" --build-arg netpyneuiBranch=$TRAVIS_BRANCH -f="./Dockerfile " .
47+ - travis_retry docker build -t="netpyne-ui" --build-arg netpyneuiBranch=$TRAVIS_BRANCH -f="./Dockerfile_dev " .
4848 - travis_retry docker run -t -dit --name=netpyne-ui_container -h localhost -p 8888:8888 netpyne-ui:latest
4949 - cd $TRAVIS_BUILD_DIR/ && ls
5050 - cd geppetto-netpyne && ls
Original file line number Diff line number Diff line change 11FROM metacell/jupyter-neuron:latest
2- # Switch to non sudo, create a Python 3 virtual environment
32USER $NB_USER
43
54ARG netpyneuiBranch=development
65ENV netpyneuiBranch=${netpyneuiBranch}
76RUN echo "$netpyneuiBranch" ;
87
98ARG INCUBATOR_VER=unknown
10- RUN /bin/bash -c "INCUBATOR_VER=${INCUBATOR_VER} source activate snakes && pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple netpyne_ui"
9+ RUN /bin/bash -c "INCUBATOR_VER=${INCUBATOR_VER} source activate snakes && pip install netpyne_ui"
1110RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupyter_geppetto"
1211RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
1312RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"
Original file line number Diff line number Diff line change 1515
1616setuptools .setup (
1717 name = "netpyne_ui" ,
18- version = "0.4.3 " ,
18+ version = "0.4" ,
1919 url = "https://github.com/MetaCell/NetPyNE-UI" ,
2020 author = "MetaCell" ,
2121 author_email = "info@metacell.us" ,
3737 'Programming Language :: Python :: 3.7'
3838 ],
3939 install_requires = [
40- 'jupyter_geppetto==0.4.1.5 ' ,
40+ 'jupyter_geppetto==0.4.1.2 ' ,
4141 'netpyne==0.9.0'
4242 ],
4343)
You can’t perform that action at this time.
0 commit comments