Skip to content

Commit b34d89d

Browse files
authored
Merge pull request #350 from pikid/patch-1
Update Dockerfile
2 parents 9b7c146 + d670b76 commit b34d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
5353
################################################################################
5454
######## Install NEURON simulator
5555

56-
RUN pip3 install neuron==8.0.1
56+
RUN sudo pip3 install neuron==8.1.0
5757

5858

5959
################################################################################

0 commit comments

Comments
 (0)