Skip to content

Commit

Permalink
update vagrantfile to ubuntu/xenial64 box
Browse files Browse the repository at this point in the history
  • Loading branch information
fazekasda authored Mar 3, 2017
1 parent d11abef commit 2541a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JupyterEnv/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Vagrant.configure(2) do |config|

# the base virtual machine ubuntu 14.04 64bit
config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/xenial64"

# forward the 8888 port, to acccess to jupyter web interface from the host
config.vm.network "forwarded_port", guest: 8888, host: 8888
Expand Down

0 comments on commit 2541a43

Please sign in to comment.