We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8bd80 commit d92b3a3Copy full SHA for d92b3a3
commons/Dockerfile.base.py38-cuda11.3
@@ -209,7 +209,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
209
210
WORKDIR /tmp
211
# OpenBlas
212
-RUN git clone -q --branch=master git://github.com/xianyi/OpenBLAS.git && \
+RUN git clone -q --branch=904f9a267 git://github.com/xianyi/OpenBLAS.git && \
213
cd OpenBLAS && \
214
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
215
make install
0 commit comments