This project is to learn how to use halide
-
Install Docker
$ sudo apt-get install docker.io
-
Install halide docker image
# docker pull mbuckler/halide
-
Run the docker image with terminal. Also mount repositories folder
docker run -v /home/glen/repositories:/root/repositories -it mbuckler/halide
-
Launch another terminal into the same docker
docker exec -it <hash> bash
add the following to the image
apt-get update && \
apt-get install libav-tools imagemagick gifsicle -y