Skip to content

Commit 906a30f

Browse files
committed
Deployment fix
1 parent 35b6d06 commit 906a30f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ 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 wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
5658

5759
USER $NB_UID
5860

5961

6062
EXPOSE 8888
6163

62-
# Temp fixes for eeg plots
63-
RUN wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
64+
6465

6566

6667

0 commit comments

Comments
 (0)