Skip to content

hdg7/cloudExamples

Repository files navigation

cloudExamples

Some examples of ml code using cloud computing.

Supporting material

Here you can find a bash cheatsheet:

https://icosbigdatacamp.github.io/2018-summer-camp/slides/BASH_Cheat_Sheet.pdf

Initial Set-Up

Install Docker and Git

sudo apt-get update
sudo apt-get install git docker-compose

Clone the repo in Git

git clone https://github.com/hdg7/cloudExamples.git

Deploy the specific system

In the specific folder:

sudo docker build . -t example
sudo docker run -it -p XXXX:YYYY -v local_folder:vm_folder example

where XXXX is the local port to redirect to YYYY in the container, local_folder the folder to share and vm_folder the folder inside of the container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages