Skip to content

Commit 0c78588

Browse files
committed
add simplesound at base 20.07 kernel
1 parent 70ab782 commit 0c78588

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

commons/Dockerfile.base.20.07-py36-cuda10.1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ RUN apt-get update -y && \
7474
proj-bin libproj-dev libgeos-dev libgeos++-dev graphviz \
7575
python${PYTHON_VERSION} \
7676
python${PYTHON_VERSION}-dev \
77+
libxml2-dev \
78+
libxslt1-dev \
79+
libasound2-dev \
7780
libnuma-dev \
7881
libjasper-dev \
7982
libtiff-dev \
@@ -357,7 +360,8 @@ RUN jupyter nbextensions_configurator enable && \
357360
jupyter labextension install --no-build @krassowski/jupyterlab-lsp && \
358361
jupyter serverextension enable --py jupyter_lsp && \
359362
jupyter labextension install --no-build @jupyterlab/toc && \
360-
# jupyter labextension install @jupyterlab/hdf5
363+
# jupyter labextension install @jupyterlab/hdf5 && \
364+
jupyter nbextension enable --py tensorflow_model_analysis && \
361365
jupyter labextension install --no-build jupyterlab-nvdashboard && \
362366
jupyter lab build
363367

commons/requirements.20.07.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ sentencepiece==0.1.82
240240
setuptools-git==1.2
241241
Shapely==1.7.0
242242
simpervisor==0.3
243+
simpleaudio==1.0.4
243244
simplejson==3.17.0
244245
six==1.14.0
245246
smart-open==1.9.0
@@ -249,6 +250,7 @@ statsmodels==0.11.1
249250
stopit==1.1.2
250251
tabulate==0.8.6
251252
tblib==1.6.0
253+
tensorflow-model-analysis==0.22.2
252254
termcolor==1.1.0
253255
terminado==0.8.3
254256
test-generator==0.1.1

0 commit comments

Comments
 (0)