Skip to content

Commit c4b93cd

Browse files
committed
revert changes to test prod env
1 parent 39eae30 commit c4b93cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444
- export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
4545

4646
script:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV netpyneuiBranch=${netpyneuiBranch}
66
RUN echo "$netpyneuiBranch";
77

88
ARG INCUBATOR_VER=unknown
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"
9+
RUN /bin/bash -c "INCUBATOR_VER=${INCUBATOR_VER} source activate snakes && pip install netpyne_ui"
1010
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py jupyter_geppetto"
1111
RUN /bin/bash -c "source activate snakes && jupyter serverextension enable --py jupyter_geppetto"
1212
RUN /bin/bash -c "source activate snakes && jupyter nbextension enable --py widgetsnbextension"

0 commit comments

Comments
 (0)