Skip to content

Commit d92b3a3

Browse files
committed
openblas 0.3.15
1 parent bd8bd80 commit d92b3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/Dockerfile.base.py38-cuda11.3

Lines changed: 1 addition & 1 deletion
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=master git://github.com/xianyi/OpenBLAS.git && \
212+
RUN git clone -q --branch=904f9a267 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

0 commit comments

Comments
 (0)