Skip to content

Commit 439836c

Browse files
committed
Fix lfpykit head model load
1 parent 0d19844 commit 439836c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ENV NEURON_HOME=/opt/conda
5858
# RUN wget -P $(pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}') https://www.parralab.org/nyhead/sa_nyhead.mat
5959
# For lpfykit 0.5
6060
ENV NP_LFPYKIT_HEAD_FILE=/home/jovyan/nyhead.mat
61-
RUN wget --no-check-certificate -P $NP_LFPYKIT_HEAD_FILE https://www.parralab.org/nyhead/sa_nyhead.mat
61+
RUN wget --no-check-certificate -O $NP_LFPYKIT_HEAD_FILE https://www.parralab.org/nyhead/sa_nyhead.mat
6262

6363
USER $NB_UID
6464

0 commit comments

Comments
 (0)