2023年10月30日
摘要: 进入容器vim ~/.bashrcexport PATH=$PATH:/root/anaconda3/bin # export PATH=$PATH:【你的安装目录】source ~/.bashrc1234conda换国内源 conda config --add channels https://m 阅读全文
posted @ 2023-10-30 16:19 独上兰舟1 阅读(1520) 评论(0) 推荐(0) 编辑
摘要: 1.nvcc nvcc 是The main wrapper for the NVIDIA CUDA Compiler suite. Used to compile and link both host and gpu code.(NVIDIA CUDA 编译器套件的主要包装器,用于编译和链接主机和 阅读全文
posted @ 2023-10-30 15:39 独上兰舟1 阅读(1483) 评论(0) 推荐(0) 编辑
摘要: Kaldi安装过程中遇到cub-1.8.0.tar.gz、sctk-20159b5.tar.gz、openfst-1.7.2.tar.gz三个包下载不全产生报错的状况。 从官网下载三个包,然后上传到Linux服务器kaldi/tools目录下,再运行Makefile即可。 以下是三个包的下载链接 c 阅读全文
posted @ 2023-10-30 11:28 独上兰舟1 阅读(153) 评论(0) 推荐(0) 编辑
摘要: /usr/sbin/sshd 错误提示: Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_ecdsa_key Could not load host key: 阅读全文
posted @ 2023-10-30 10:21 独上兰舟1 阅读(36) 评论(0) 推荐(0) 编辑