We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1072831 commit b18e245Copy full SHA for b18e245
1 file changed
Dockerfile
@@ -52,8 +52,10 @@ RUN chown $NB_UID .
52
RUN chown -R $NB_UID workspace
53
54
# Temp fixes for eeg plots
55
+# For lfpykit 0.4
56
# RUN wget -P $(pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}') https://www.parralab.org/nyhead/sa_nyhead.mat
-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
59
60
USER $NB_UID
61
0 commit comments