File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
209
209
210
210
WORKDIR /tmp
211
211
# OpenBlas
212
- RUN git clone -q --branch=904f9a267 git://github.com/xianyi/OpenBLAS.git && \
212
+ RUN git clone -q --branch=v0.3.15 git://github.com/xianyi/OpenBLAS.git && \
213
213
cd OpenBLAS && \
214
214
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
215
215
make install
@@ -426,7 +426,7 @@ RUN jupyter nbextensions_configurator enable && \
426
426
jupyter labextension install --no-build @jupyterlab/toc && \
427
427
jupyter nbextension enable execute_time/ExecuteTime && \
428
428
jupyter nbextension enable toc2/main && \
429
- jupyter labextension install @pyviz/jupyterlab_pyviz && \
429
+ # jupyter labextension install @pyviz/jupyterlab_pyviz && \
430
430
jupyter labextension install @bokeh/jupyter_bokeh && \
431
431
jupyter labextension install --no-build jupyterlab-nvdashboard && \
432
432
jupyter lab build
You can’t perform that action at this time.
0 commit comments