scidash / docker-stacks

Docker stacks for SciDash projects.
0 stars 0 forks source link

In order for jNeuroML to work when it is invoked by pyNeuroML NEURON_HOME needs to be set. #3

Closed russelljjarvis closed 7 years ago

russelljjarvis commented 7 years ago

In order for jNeuroML to work when it is invoked by pyNeuroML NEURON_HOME needs to be set, in the Dockerfile. The following line should be sufficient: RUN echo 'export NEURON_HOME=/home/jovyan/neuron/nrn-7.4/x86_64' >> ~/.bashrc

rgerkin commented 7 years ago

Fixed I think in ca39d70, but leaving this open to confirm.

russelljjarvis commented 7 years ago

Work around found.