File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ RUN apt-get update -y && \
74
74
proj-bin libproj-dev libgeos-dev libgeos++-dev graphviz \
75
75
python${PYTHON_VERSION} \
76
76
python${PYTHON_VERSION}-dev \
77
+ libxml2-dev \
78
+ libxslt1-dev \
79
+ libasound2-dev \
77
80
libnuma-dev \
78
81
libjasper-dev \
79
82
libtiff-dev \
@@ -357,7 +360,8 @@ RUN jupyter nbextensions_configurator enable && \
357
360
jupyter labextension install --no-build @krassowski/jupyterlab-lsp && \
358
361
jupyter serverextension enable --py jupyter_lsp && \
359
362
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 && \
361
365
jupyter labextension install --no-build jupyterlab-nvdashboard && \
362
366
jupyter lab build
363
367
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ sentencepiece==0.1.82
240
240
setuptools-git==1.2
241
241
Shapely==1.7.0
242
242
simpervisor==0.3
243
+ simpleaudio==1.0.4
243
244
simplejson==3.17.0
244
245
six==1.14.0
245
246
smart-open==1.9.0
@@ -249,6 +250,7 @@ statsmodels==0.11.1
249
250
stopit==1.1.2
250
251
tabulate==0.8.6
251
252
tblib==1.6.0
253
+ tensorflow-model-analysis==0.22.2
252
254
termcolor==1.1.0
253
255
terminado==0.8.3
254
256
test-generator==0.1.1
You can’t perform that action at this time.
0 commit comments