1 Star 0 Fork 1

shawn/zipline-new

forked from Larry史明春/zipline-new 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Vagrantfile 285 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", 2048, "--cpus", 2]
end
config.vm.provision "shell", path: "vagrant_init.sh"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shawn-nau/zipline-new.git
git@gitee.com:shawn-nau/zipline-new.git
shawn-nau
zipline-new
zipline-new
master

搜索帮助