We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d19844 commit 439836cCopy full SHA for 439836c
1 file changed
Dockerfile
@@ -58,7 +58,7 @@ ENV NEURON_HOME=/opt/conda
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
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
+RUN wget --no-check-certificate -O $NP_LFPYKIT_HEAD_FILE https://www.parralab.org/nyhead/sa_nyhead.mat
62
63
USER $NB_UID
64
0 commit comments