Skip to content

Commit bce8a4c

Browse files
committed
fixed confict
1 parent 602d419 commit bce8a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/ngc-pytorch/Dockerfile.22.02-py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
112112
apt-get install -y nodejs
113113

114114
WORKDIR /tmp
115-
RUN git clone -q --branch=v0.3.20 git://github.com/xianyi/OpenBLAS.git && \
115+
RUN git clone -q --branch=v0.3.20 https://github.com/xianyi/OpenBLAS.git && \
116116
cd OpenBLAS && \
117117
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
118118
make install && \

0 commit comments

Comments
 (0)