上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 94 下一页
摘要: 前言 之前一直使用,以下两种方式安装英伟达驱动 Ubuntu Nvidia driver驱动安装(新) Ubuntu Nvidia driver驱动安装及卸载 其实安装好 CUDA Toolkit, 驱动也会一同安装 cuda下载地址 https://developer.nvidia.com/cud 阅读全文
posted @ 2025-03-17 12:56 牛奔 阅读(5004) 评论(0) 推荐(0)
摘要: 下载地址 https://www.anaconda.com/download/success 选择系统版本,复制链接 wget https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh 脚本赋权,再执行安装 chmod 阅读全文
posted @ 2025-03-17 12:55 牛奔 阅读(1279) 评论(0) 推荐(0)
摘要: 前言 使用 Anaconda 激活 python 环境,报错: conda activate deepseek7B CondaError: Run 'conda init' before 'conda activate' 解决 # 重新进入虚拟环境 source activate # 退出虚拟环境 阅读全文
posted @ 2025-03-17 10:45 牛奔 阅读(6610) 评论(1) 推荐(0)
摘要: 下载模型仓库 git clone https://github.com/deepseek-ai/Janus.git 国内下载仓库失败时,可以使用以下代理: git clone https://github.moeyy.xyz/https://github.com/deepseek-ai/Janus. 阅读全文
posted @ 2025-03-11 22:55 牛奔 阅读(1064) 评论(0) 推荐(0)
摘要: 前言 k8s 集群中,使用 kubelet 报错,如下: The connection to the server 127.0.0.1:6443 was refused - did you specify the right host or port? 排查思路 1. 检查环境是否正常 1.1 确认 阅读全文
posted @ 2025-02-07 10:53 牛奔 阅读(3397) 评论(0) 推荐(0)
摘要: 前言 git push origin master git push 时报错: error: src refspec master does not match anyerror: failed to push some refs to 'https://gitee.com 这个错误可能是由不同原因 阅读全文
posted @ 2025-02-05 09:17 牛奔 阅读(2629) 评论(0) 推荐(0)
摘要: 前言 当你使用 Vue CLI 或其他构建工具构建 Vue 2 项目时,它会生成一个 dist 文件夹,这个文件夹包含了你项目的生产环境版本的静态资源文件(HTML、JavaScript 和 CSS)。 直接打开 dist 文件夹中的 index.html 文件在某些情况下是可以的,但是由于浏览器的 阅读全文
posted @ 2025-01-07 22:28 牛奔 阅读(355) 评论(0) 推荐(0)
摘要: 下载源码 git clone https://github.com/kevinburke/sshpass.git 由于网络问题,这里我用了一个代理下载 git clone https://ghproxy.cn/https://github.com/kevinburke/sshpass.git 安装依 阅读全文
posted @ 2025-01-07 22:27 牛奔 阅读(277) 评论(0) 推荐(0)
摘要: 前言 在 windows 使用 nvm,管理 node 版本时,nvm install 14.21.3 后,发现在指定 node 版本的 node_modules 文件夹中没有对应的 npm 包,这时有两种方法解决,第一种配置自动下载 npm,第二种手动下载 npm 更改配置文件,自动下载npm 命 阅读全文
posted @ 2024-12-25 20:40 牛奔 阅读(4924) 评论(0) 推荐(0)
摘要: 安装 mockj 首先确保你有一个 vue 2 项目,如果没有,可以用 Vue CLI 创建一个: vue create vue-mock-demo 开始安装 Mock.js npm install mockjs --save-dev 创建 Mock 配置文件 在项目的 src 目录下新建一个文件夹 阅读全文
posted @ 2024-12-14 20:55 牛奔 阅读(927) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 94 下一页