UBC-MDS / DSCI_522_Group_409

MIT License
1 stars 3 forks source link

Dockerfile on Docker Hub #80

Closed vcuspinera closed 4 years ago

vcuspinera commented 4 years ago

Hi guys, I create the dockerfile that Aman made, in my docker hub successfully; you will find it as: vcuspinera/dsci_522_group_409

To run it, in your computer in the terminal you should go to your repository where you have the DSCI_522_Group_409 project and run the next command:

docker run --rm -v /$(pwd):/home/analysis vcuspinera/dsci_522_group_409:v1.0 make -C '/home/analysis' all
doraqmon commented 4 years ago

thank you Victor!