Skip to content

Commit 0d19844

Browse files
committed
Fix NYHeadModel download
1 parent 1ced1a2 commit 0d19844

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ ENV NEURON_HOME=/opt/conda
5757
# For lfpykit 0.4
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
60-
61-
RUN wget --no-check-certificate -P ${FOLDER}/workspace https://www.parralab.org/nyhead/sa_nyhead.mat
60+
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
6262

6363
USER $NB_UID
6464

workspace2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f1d5dac95ab6c4a2868f072490b239bb1842d789

0 commit comments

Comments
 (0)