来源 QQ群:292273237 @Scot.Gu
====================
各位的泡泡云(PopoCloud)早就呆在角落里吃灰了吧?
最近看到有大神放出了popo-debian稳定版,才想起来角落里还有一坨泡泡云。
随手把它抓过来就开始测试,开始经过很多次失败。
| Debian with Popobox v1.0 | |
| 原文链接:http://pear.xiaojiublog.net/2013/11/debian-with-popobox-v1-0/ | |
| ## 部分内容由 felix021 修正、简化 ## | |
| 1: 制作Debian系统 | |
| mkdir chroot && cd chroot | |
| sudo debootstrap --foreign --arch=armel wheezy debian http://ftp.debian.org/debian | |
| 打包: |
| git clean -xfd | |
| git submodule foreach --recursive git clean -xfd | |
| git reset --hard | |
| git submodule foreach --recursive git reset --hard | |
| git submodule update --init --recursive |
来源 QQ群:292273237 @Scot.Gu
====================
各位的泡泡云(PopoCloud)早就呆在角落里吃灰了吧?
最近看到有大神放出了popo-debian稳定版,才想起来角落里还有一坨泡泡云。
随手把它抓过来就开始测试,开始经过很多次失败。
| # ... more above ... | |
| # wsfl bash is not a login shell | |
| if [ -d "$HOME/bin" ] ; then | |
| PATH="$HOME/bin:$PATH" | |
| fi | |
| # ssh-agent configuration | |
| if [ -z "$(pgrep ssh-agent)" ]; then | |
| rm -rf /tmp/ssh-* |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software
on an Ubuntu Linux system, in particular Ubuntu 20.04.