We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890870d commit bd4ee7eCopy full SHA for bd4ee7e
1 file changed
Dockerfile
@@ -53,6 +53,8 @@ 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 chown $NB_UID `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'`
58
59
USER $NB_UID
60
0 commit comments