We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ced1a2 commit 0d19844Copy full SHA for 0d19844
2 files changed
Dockerfile
@@ -57,8 +57,8 @@ ENV NEURON_HOME=/opt/conda
57
# For lfpykit 0.4
58
# RUN wget -P $(pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}') https://www.parralab.org/nyhead/sa_nyhead.mat
59
# For lpfykit 0.5
60
-
61
-RUN wget --no-check-certificate -P ${FOLDER}/workspace https://www.parralab.org/nyhead/sa_nyhead.mat
+ENV NP_LFPYKIT_HEAD_FILE=/home/jovyan/nyhead.mat
+RUN wget --no-check-certificate -P $NP_LFPYKIT_HEAD_FILE https://www.parralab.org/nyhead/sa_nyhead.mat
62
63
USER $NB_UID
64
workspace2
@@ -0,0 +1 @@
1
+Subproject commit f1d5dac95ab6c4a2868f072490b239bb1842d789
0 commit comments