Skip to content

Commit 7bf0a4b

Browse files
authored
[MLU] update cnnlextra (#866)
1 parent bcbcc48 commit 7bf0a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/mlu/tools/dockerfile/Dockerfile.mlu.ubuntu18.x86_64.gcc82

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN cd /tmp && \
3737

3838
# install cnnl_extra
3939
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} && \
40+
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} && \
4141
dpkg -i cnnlextra_install_pkg.deb && \
4242
rm -f cnnlextra_install_pkg.deb
4343

0 commit comments

Comments
 (0)