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
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