Skip to content

Commit b18e245

Browse files
committed
#653 fix: Fix Dockerfile download path for NYHead model
1 parent 1072831 commit b18e245

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

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

5454
# Temp fixes for eeg plots
55+
# For lfpykit 0.4
5556
# 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
57+
# For lpfykit 0.5
58+
RUN wget --no-check-certificate -P ${FOLDER}/workspace https://www.parralab.org/nyhead/sa_nyhead.mat
5759

5860
USER $NB_UID
5961

0 commit comments

Comments
 (0)