
环境配置与应用部署
环境配置与应用部署相关
香菜烤面包
To be better.
展开
-
Kubernetes Pod详解
apiVersion: v1 #必选,版本号,例如v1kind: Pod #必选,资源类型,例如 Podmetadata: #必选,元数据name: string #必选,Pod名称namespace: string #Pod所属的命名空间,默认为"default"labels: #自定义标签列表spec: #必选,Pod中容器的详细定义containers: #必选,Pod中容器列表- name: string #必选,容器名称。原创 2024-10-08 15:09:10 · 1253 阅读 · 0 评论 -
QPS、内存、显存测试
高 QPS 表示系统有更强的并发处理能力,能够在单位时间内处理更多的请求,测试 QPS 可以了解系统在高负载下的性能。,它是衡量一个系统处理能力的重要指标,通常用于评估 web 服务器、数据库或其他服务在单位时间内能够处理的请求数量。( Queries Per Second ) 指。原创 2024-08-01 11:58:40 · 318 阅读 · 0 评论 -
Python TurboJPEG:ModuleNotFoundError、RuntimeError: Unable to locate turbojpeg library automatically
Python报错ModuleNotFoundError: No module named ‘turbojpeg‘和RuntimeError: Unable to locate turbojpeg library automatically. You may specify the turbojpeg library path manually.e.g. jpeg = TurboJPEG(lib_path)的解决方法记录原创 2024-07-19 14:14:22 · 549 阅读 · 0 评论 -
修改conda虚拟环境的名称
修改conda虚拟环境的名称原创 2023-07-24 21:03:09 · 2261 阅读 · 0 评论 -
nvidia-smi命令详解
nvidia-smi命令详解原创 2023-07-10 11:28:20 · 47234 阅读 · 6 评论 -
Ubuntu20.04已安装python3.8和python3.6,安装python3.7并设置使用3.7版本pip
Ubuntu上安装了python3.8和python3.6,安装python3.7并设置使用3.7版本pip原创 2023-06-27 11:10:47 · 3542 阅读 · 0 评论 -
用下载的编译器编译一个简单Helloworld程序
用下载的编译器编译一个简单Helloworld程序原创 2023-06-26 16:47:21 · 382 阅读 · 0 评论 -
Ubuntu安装git报错:Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?原创 2023-06-25 16:09:48 · 1859 阅读 · 0 评论 -
Docker load镜像报错:UserError processing tar file(exit status 1): ......no space left on device
Error processing tar file(exit status 1): write /usr/local/cuda-10.2/targets/aarch64-linux/lib/libnvrtc.so.10.2.300: no space left on device原创 2023-06-23 20:14:27 · 3103 阅读 · 0 评论 -
LD_LIBRARY_PATH和PATH的区别
LD_LIBRARY_PATH和PATH的区别原创 2023-06-23 19:51:09 · 999 阅读 · 0 评论 -
MacOS生成SSH Key
MacOS生成SSH Key原创 2023-06-07 17:24:57 · 1129 阅读 · 0 评论 -
Git 常用命令
Git 常用命令原创 2023-06-13 16:09:24 · 216 阅读 · 0 评论 -
MacOS安装PyAudio
MacOS安装PyAudio原创 2022-12-09 14:47:44 · 1148 阅读 · 0 评论 -
python -m pip install 和 pip install 安装包的区别
python -m pip install 和 pip install 安装包的区别原创 2022-12-09 14:52:18 · 1211 阅读 · 3 评论 -
cv2.error: Unknown C++ exception from OpenCV code
cv2.error: Unknown C++ exception from OpenCV code原创 2022-12-09 14:49:42 · 2585 阅读 · 2 评论 -
easy_install: command not found
easy_install: command not found原创 2022-12-06 09:44:35 · 1846 阅读 · 0 评论 -
MacOS安装Homebrew / zsh / oh my zsh
MacOS安装Homebrew / zsh / oh my zsh原创 2023-06-07 16:31:58 · 4691 阅读 · 0 评论 -
MacOS创建TensorFlow虚拟环境(conda)
MacOS创建TensorFlow虚拟环境(conda)原创 2022-12-09 15:04:53 · 477 阅读 · 0 评论 -
ImportError: libGL.so.1: cannot open shared object file: No such file or dir
ImportError: libGL.so.1: cannot open shared object file: No such file or dir原创 2022-12-06 09:41:37 · 12966 阅读 · 2 评论 -
MacOS Python报错:ModuleNotFoundError: No module named ‘keras‘
MacOS Python报错:ModuleNotFoundError: No module named 'keras'原创 2023-03-03 17:30:53 · 1016 阅读 · 0 评论