Skip to content

Commit 1072831

Browse files
committed
#653 feat: Change NYHead model download in dockerfile
1 parent ec7d6c9 commit 1072831

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ RUN chown $NB_UID .
5252
RUN chown -R $NB_UID workspace
5353

5454
# Temp fixes for eeg plots
55-
RUN wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
55+
# RUN wget -P $(pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}') https://www.parralab.org/nyhead/sa_nyhead.mat
56+
RUN wget --no-check-certificate -P /app/workspace https://www.parralab.org/nyhead/sa_nyhead.mat
5657

5758
USER $NB_UID
5859

0 commit comments

Comments
 (0)