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 bcbcc48 commit 7bf0a4bCopy full SHA for 7bf0a4b
backends/mlu/tools/dockerfile/Dockerfile.mlu.ubuntu18.x86_64.gcc82
@@ -37,7 +37,7 @@ RUN cd /tmp && \
37
38
# install cnnl_extra
39
RUN cd /tmp && \
40
- wget -O cnnlextra_install_pkg.deb ftp://download.cambricon.com:8821/tmp/cnnlextra/cnnlextra_${CNNL_EXTRA_VERSION}.ubuntu18.04_amd64.deb --ftp-user=${FTP_USER} --ftp-password=${FTP_PASSWORD} && \
+ wget -O cnnlextra_install_pkg.deb ftp://download.cambricon.com:8821/tmp/CTR2.12.1/cnnlextra_${CNNL_EXTRA_VERSION}.ubuntu18.04_amd64.deb --ftp-user=${FTP_USER} --ftp-password=${FTP_PASSWORD} && \
41
dpkg -i cnnlextra_install_pkg.deb && \
42
rm -f cnnlextra_install_pkg.deb
43
0 commit comments