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_dev " .
47+ - travis_retry docker build -t="netpyne-ui" --build-arg netpyneuiBranch=$TRAVIS_BRANCH -f="./Dockerfile " .
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 @@ -6,7 +6,7 @@ ENV netpyneuiBranch=${netpyneuiBranch}
66RUN echo "$netpyneuiBranch" ;
77
88ARG INCUBATOR_VER=unknown
9- RUN /bin/bash -c "INCUBATOR_VER=${INCUBATOR_VER} source activate snakes && pip install netpyne_ui"
9+ 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"
1010RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupyter_geppetto"
1111RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
1212RUN /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.5" ,
18+ version = "0.5.1 " ,
1919 url = "https://github.com/MetaCell/NetPyNE-UI" ,
2020 author = "MetaCell" ,
2121 author_email = "info@metacell.us" ,
3838 ],
3939 install_requires = [
4040 'jupyter_geppetto==0.4.2' ,
41- 'netpyne==0.9.0 '
41+ 'netpyne==0.9.1 '
4242 ],
4343)
You can’t perform that action at this time.
0 commit comments