加载中
96Boards玩家在2017年的好消息

96Boards(https://www.96boards.org/)是一个基于ARM64的开发版,跟树莓派(http://www.raspberrypi.org)类似,但以64位ARM CPU为主,板式更为简洁。 96Boards-名片大小的64位ARM计算机主板...

zversion.go: no such file or directory

出现如下错误: zversion.go: no such file or directory 使用了go1.6等低版本编译,安装新的go版本即可。 更多的讨论: https://github.com/golang/go/issues/16478...

安装 Go到Ubuntu

1、安装 Go Language 更新软件源。 sudo apt-get update sudo apt-get -y upgrade 下载包,官网 download page. wget https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz 解...

go get golang.org/x 包失败解决方法

由于各种问题,国内使用 go get 安装 golang 官方包可能会失败,如我自己在安装 collidermain 时,出现了以下报错: $ go get collidermain package golang.org/x/net/websocket: unrecogniz...

InfraKit-声明式自愈型的基础设施管理工具

Docker’s mission is to build tools of mass innovation, starting with a programmable layer for the Internet that enables developers and IT operations teams to build and run dist...

使用 Moby&LinuxKit 编译 Docker For Mac CE

Docker For Mac 17.06 CE edition is the first Docker version built entirely on the Moby Project. In case you’re new, Moby is an open framework created by Docker, Inc to assembl...

LinuxKit 快速入门

LinuxKit,用于构建自定义的最小、不可更改的Linux分发版的工具。其内核和系统服务全部采用容器技术实现,基于ContainerD和RunC,支持OCI(开放容器规范)。

LinuxKit 快速入门-VirtualBox

原文:http://collabnix.com/running-linuxkit-locally-on-oracle-virtualbox-platform-made-easy/ LinuxKit 体系结构 Linuxkit使用Docker技术重新构建Linux系统。 在LinuxKit的基础中, 是一...

神经计算棒-Movidius™ Neural Compute SDK安装

原文(英):https://movidius.github.io/ncsdk/install.html Movidius™ Neural Compute SDK 安装与配置 本文提供 Intel® Movidius™ Neural Compute Stick (Intel® Movidius™ NCS) 的安...

神经计算棒-Movidius™ Neural Compute SDK Python API

原文(英):https://movidius.github.io/ncsdk/py_api/ Movidius™ Neural Compute SDK Python API The Intel® Movidius™ Neural Compute SDK comes with a Python3 Language API that en...

神经计算棒-Movidius™ Neural Compute SDK

原文(英):https://movidius.github.io/ncsdk/ Introduction The Intel® Movidius™ Neural Compute SDK (NCSDK) and Intel® Movidius™ Neural Compute Stick (Intel® Movidius™ NCS,...

开放神经网络交换格式 (ONNX) 指南

多个深度学习引擎产生的训练结果数据格式是不一样的,无法互操作。从台式机产生的训练数据也难以运行于嵌入式设备。为了解决这个问题,Open Neural Network Exchange (ONNX) 应运而生。目前O...

如何克隆SD卡的内容

如何克隆SD卡的内容 树莓派安装好了软件,其它的需要重复安装。直接拷贝文件是不行的,因为安装过程中产生了新的分区。使用dd做克隆,就可以全部复制过去。 ##step1. 定位你的SDCard 命令行输...

Docker Registry的manifest-tool

manifest-tool manifest-tool is a command line utility that implements a portion of the client side of the Docker registry v2.2 API for interacting with manifest objects in a reg...

Docker镜像的多平台架构支持

Docker Engine在2017年取得了很大的进展,社区版和企业版进行分开,支持OCI和containerD提高开放性和并行服务的性能,在ARM和ARM64上的版本已经跟上了主版本。Docker在多个操作系统和硬件环境...

Run IPFS in a Docker container

Run IPFS in a Docker container by Kyle Drake on 2015-07-11 In recent years, Docker and a few other projects have redefined how we run server applications. In the future, we migh...

Orange Pi 安装 Docker

The Orange Pi gets Docker! 31 January 2017 on docker, orangepi, arm Docker now functions on the Orange Pi! This is good news for anyone like me who has a couple of these devices...

musl libc与glibc的异同(英)

Functional differences from glibc The stdio implementation printf behavior glibc supports some alternate incorrect format specifiers, like %Ld as an alias for %lld. musl does no...

ARM 开发板安装Alpine Linux (英)

DIY Fully working Alpine Linux for Allwinner and Other ARM SOCs THIS WORKS - TESTED Please dont hesitate to contact me at atlury@gmail.com or on oneinsect@gmail.com. MAINLINE KE...

Docker出现找不到文件或目录错误的解决办法

Docker出现找不到文件或目录错误的解决办法: 出现信息: standard_init_linux.go:195: exec user process caused "no such file or directory" 解决办法: 如果在entrypoint部分使用了脚本,...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部