Skip to content

Bootstrap360/halide_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Halide Sandbox

This project is to learn how to use halide

Setup

  1. Install Docker

     $ sudo apt-get install docker.io
    
  2. Install halide docker image

     # docker pull mbuckler/halide
    
  3. Run the docker image with terminal. Also mount repositories folder

     docker run -v /home/glen/repositories:/root/repositories -it mbuckler/halide
    
  4. Launch another terminal into the same docker

     docker exec -it <hash> bash
    

TODO

add the following to the image

    apt-get update && \
    apt-get install libav-tools imagemagick gifsicle -y

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published