Skip to content

Commit 7b07f8f

Browse files
committed
temp fix for codefresh pipeline test
1 parent 912d306 commit 7b07f8f

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
# For lfpykit 0.4
5959
# RUN wget -P $(pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}') https://www.parralab.org/nyhead/sa_nyhead.mat
6060
# For lpfykit 0.5
61-
RUN wget --no-check-certificate -P ${FOLDER}/workspace https://www.parralab.org/nyhead/sa_nyhead.mat
61+
# RUN wget --no-check-certificate -P ${FOLDER}/workspace https://www.parralab.org/nyhead/sa_nyhead.mat
6262

6363
USER $NB_UID
6464

0 commit comments

Comments
 (0)