3 Star 0 Fork 0

Gitee 极速下载/mldb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mldbai/mldb
克隆/下载
docker_create_platform_deps.sh 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nicolas Kruchten 提交于 2015-12-04 10:33 . initial commit
#!/bin/sh
set -e
set -x
rm -f platform-deps.cid
docker run -i -cidfile platform-deps.cid -v ~/local:/tmp/local -v `pwd`:/tmp/build quay.io/datacratic/ubuntu-base sh -c 'cat > /tmp/command-to-run && chmod +x /tmp/command-to-run && exec /tmp/command-to-run' <<EOF
set -e
set -x
cp -r -d /tmp/local/* /usr/local/
rm -rf /usr/local/*virtualenv
ldconfig
ls /usr/local/*
EOF
CID=`cat platform-deps.cid`
echo $CID
docker commit $CID quay.io/datacratic/platform-deps
docker rm $CID
rm -f platform-deps.cid
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/mldb.git
git@gitee.com:mirrors/mldb.git
mirrors
mldb
mldb
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385