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 602d419 commit bce8a4cCopy full SHA for bce8a4c
vendor/ngc-pytorch/Dockerfile.22.02-py3
@@ -112,7 +112,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
112
apt-get install -y nodejs
113
114
WORKDIR /tmp
115
-RUN git clone -q --branch=v0.3.20 git://github.com/xianyi/OpenBLAS.git && \
+RUN git clone -q --branch=v0.3.20 https://github.com/xianyi/OpenBLAS.git && \
116
cd OpenBLAS && \
117
make DYNAMIC_ARCH=1 NO_AFFINITY=1 NUM_THREADS=48 FC=gfortran && \
118
make install && \
0 commit comments