We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b19bc5 commit 60cb280Copy full SHA for 60cb280
2 files changed
Dockerfile
@@ -32,6 +32,9 @@ RUN npm install --global yarn
32
RUN npm install --global yalc
33
RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
34
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
+
38
WORKDIR ${INSTALLATION_FOLDER}
39
40
RUN pip install -r requirements-test.txt
requirements.txt
@@ -15,6 +15,7 @@ defusedxml==0.6.0
15
Deprecated==1.2.10
16
entrypoints==0.3
17
future==0.18.2
18
+h5py==3.7.0
19
idna==2.9
20
ipython-genutils==0.2.0
21
ipywidgets==7.5.1
0 commit comments