Skip to content

Commit 9f41844

Browse files
committed
fixed dependency
1 parent d92b3a3 commit 9f41844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commons/Dockerfile.base.py38-cuda11.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
209209

210210
WORKDIR /tmp
211211
# 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 && \
213213
cd OpenBLAS && \
214214
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
215215
make install
@@ -426,7 +426,7 @@ RUN jupyter nbextensions_configurator enable && \
426426
jupyter labextension install --no-build @jupyterlab/toc && \
427427
jupyter nbextension enable execute_time/ExecuteTime && \
428428
jupyter nbextension enable toc2/main && \
429-
jupyter labextension install @pyviz/jupyterlab_pyviz && \
429+
# jupyter labextension install @pyviz/jupyterlab_pyviz && \
430430
jupyter labextension install @bokeh/jupyter_bokeh && \
431431
jupyter labextension install --no-build jupyterlab-nvdashboard && \
432432
jupyter lab build

0 commit comments

Comments
 (0)