-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from scidash/dev
Dev
- Loading branch information
Showing
61 changed files
with
8,439 additions
and
6,297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# neuronunit | ||
# author Rick Gerkin [email protected] | ||
FROM russelljarvis/neuronunit | ||
USER jovyan | ||
RUN sudo /opt/conda/bin/pip install psutil | ||
ENV QT_QPA_PLATFORM offscreen | ||
RUN sudo rm -rf /opt/conda/lib/python3.5/site-packages/neuronunit-0.1.8.8-py3.5.egg/neuronunit | ||
RUN sudo rm -rf $HOME/neuronunit | ||
COPY . $HOME/neuronunit | ||
|
||
FROM scidash/neuron-mpi-neuroml | ||
RUN pip install dask | ||
RUN pip install distributed | ||
RUN sudo pip uninstall -y sciunit | ||
RUN sudo pip install git+https://github.com/scidash/sciunit@dev | ||
#COPY BluePyOpt ~/HOME/BluePyOpt | ||
#RUN pip install -e $HOME/BluePyOpt | ||
WORKDIR $HOME | ||
|
||
USER root | ||
ARG MOD_DATE=0 | ||
RUN echo $MOD_DATE | ||
ADD . $HOME/neuronunit | ||
RUN chown -R $NB_USER $HOME | ||
WORKDIR $HOME/neuronunit | ||
|
||
# Install neuronunit and dependencies. | ||
RUN python setup.py install | ||
|
||
# Run all unit tests. | ||
ENTRYPOINT python -m unittest unit_test/core_tests.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.