UBC-MDS / DSCI522_group315

MIT License
0 stars 3 forks source link

Added Dockerfile and how to use Dockerfile in README #41

Closed SamEdwardes closed 4 years ago

SamEdwardes commented 4 years ago

Added Dockerfile and how to use Dockerfile in README. Note that the docker image is a little bit large at 6.56GB. This is because we are using R, python, and Altair. We probably could make the file smaller by starting with a smaller base image... but I tried a more basic version of R for base image and ran into problems. So I suggest we stick with this.

Please let me know if you are able to reproduce on your machines!

docker build --tag dsci-522-ufc .

docker run -it --rm -v $(pwd):/root/ufc dsci-522-ufc cd root/ufc make all

sweber15 commented 4 years ago

That was quick! I'll test it out and let you know if it works for me