11 2022 档案
摘要:1.参考labelme的github代码进行安装 https://github.com/wkentaro/labelme conda create --name=labelme python=3.9 source activate labelme conda install pyqt conda i
阅读全文
摘要:1. 运行一个ubuntu 18.04的docker容器 docker run -itd --name hi3516 -v host_path:/root/work --privileged=true --shm-size 4G ubuntu:18.04 /bin/bash docker exec
阅读全文
摘要:1. 首先安装换服务器上的Ubuntu系统,NVIDIA驱动和Docker环境 本文环境为: 服务器Ubuntu版本为16.04 NVIDIA驱动版本为10.2 Docker版本为20.10.7 参考网址: https://blog.csdn.net/qq_39638989/article/deta
阅读全文
摘要:1. conda换源 conda config --set show_channel_urls yes vim .condarc channels: - defaults show_channel_urls: true default_channels: - http://mirrors.aliyu
阅读全文
摘要:1.先卸载可能存在的旧版本,并更新软件包 sudo apt-get remove docker docker-engine docker-ce docker.io sudo apt-get update 2.安装需要的依赖包 sudo apt install apt-transport-https
阅读全文