-
Notifications
You must be signed in to change notification settings - Fork 51
Installing software on your machine
Likhomanenko Tatiana edited this page Jan 22, 2017
·
1 revision
- install docker toolbox
- run kitematic, a part of the docker toolbox
- find
yandex/rep
image in the list - press
...
in the image and set the tag version totag=0.6.6
- press
CREATE
button - press
WEB PREVIEW
: this will open a workspace in your browser (see animation link below) - click
New > Terminal
and clone the course materials in the workspace with
git clone https://github.com/yandexdataschool/MLatImperial2017.git
These actions are demonstrated in this animation.
- install docker
- run command in bash
sudo service docker start
: this startsdocker
daemon - run command in bash
docker run -i -t --rm --volume $(pwd)/notebooks:/notebooks -p 8888:8888 yandex/rep:0.6.6
- open
localhost:8888
in the browser - click
New > Terminal
and clone the course materials in the workspace with
git clone https://github.com/yandexdataschool/MLatImperial2017.git
Install linux and follow instructions above ¯\_(ツ)_/¯
.