We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b6d06 commit 906a30fCopy full SHA for 906a30f
1 file changed
Dockerfile
@@ -53,14 +53,15 @@ RUN jupyter labextension disable @jupyterlab/hub-extension
53
RUN chown $NB_UID .
54
RUN chown -R $NB_UID workspace
55
56
+# Temp fixes for eeg plots
57
+RUN wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
58
59
USER $NB_UID
60
61
62
EXPOSE 8888
63
-# Temp fixes for eeg plots
-RUN wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
64
+
65
66
67
0 commit comments