diff --git a/Dockerfile b/Dockerfile index 478ea2a..bad9d2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 ################################################################################ ######## Install NEURON simulator -RUN pip3 install neuron==8.0.1 +RUN sudo pip3 install neuron==8.1.0 ################################################################################