Skip to content

Commit 60cb280

Browse files
committed
#527 adding ny_model to build
1 parent 4b19bc5 commit 60cb280

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ RUN npm install --global yarn
3232
RUN npm install --global yalc
3333
RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
3434

35+
# Temp fixes for eeg plots
36+
RUN wget -P `pip show LFPykit | grep "Location:" | awk '{print $2"/lfpykit"}'` https://www.parralab.org/nyhead/sa_nyhead.mat
37+
3538
WORKDIR ${INSTALLATION_FOLDER}
3639

3740
RUN pip install -r requirements-test.txt

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ defusedxml==0.6.0
1515
Deprecated==1.2.10
1616
entrypoints==0.3
1717
future==0.18.2
18+
h5py==3.7.0
1819
idna==2.9
1920
ipython-genutils==0.2.0
2021
ipywidgets==7.5.1

0 commit comments

Comments
 (0)