-
Clone the repo:
git clone [email protected]:jcarvin/geo_tagging.git
-
Boot the vagrant box
vagrant up
vagrant ssh
-
And finally, do this:
sudo docker run --privileged=true -it -p 8888:8888 -v /vagrant/:/home/scientist/host --name pythyme jcarvin/pythyme
-
Now you're in the docker container inside the vagrant box on your host machine. You can do all kinds of things.
jupyter notebook --ip=0.0.0.0
- Note: you may need to run this as sudo. And if sudo doesn't work, try
psudo() { sudo env PATH="$PATH" "$@"; }
and runpsudo jupyter notebook --ip=0.0.0.0
- Note: you may need to run this as sudo. And if sudo doesn't work, try
python /home/scientist/input/app.py
- Note: this may also need run as sudo (or psudo)