Skip to content

Commit

Permalink
Switch Vagrant box to the alternative download source/host
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Aug 4, 2015
1 parent a1e3d55 commit 509286a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ipythonPort = 8001 # Ipython port to forward (also set in IPytho
Vagrant.configure(2) do |config|
config.ssh.insert_key = true
config.vm.define "sparkvm" do |master|
master.vm.box = "sparkmooc/base"
master.vm.box = "sparkmooc/base2"
master.vm.box_download_insecure = true
master.vm.boot_timeout = 900
master.vm.network :forwarded_port, host: ipythonPort, guest: ipythonPort, auto_correct: true # IPython port (set in notebook config)
Expand All @@ -19,3 +19,4 @@ Vagrant.configure(2) do |config|
end
end
end

0 comments on commit 509286a

Please sign in to comment.