Skip to content

Commit bd4ee7e

Browse files
committed
#527 fix permission
1 parent 890870d commit bd4ee7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ RUN jupyter labextension disable @jupyterlab/hub-extension
5353
RUN chown $NB_UID .
5454
RUN chown -R $NB_UID workspace
5555

56+
# Temp fixes for eeg plots
57+
RUN chown $NB_UID `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'`
5658

5759
USER $NB_UID
5860

0 commit comments

Comments
 (0)