Created
July 22, 2016 07:23
-
-
Save kozo2/b5409626bedd582c9c6957e953b0b3bb to your computer and use it in GitHub Desktop.
Numo::NArray Debian Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM debian | |
| RUN apt-get update; apt-get install -y wget git ruby gcc ruby-dev rake make | |
| RUN wget https://github.com/ruby-numo/narray/archive/master.zip; unzip master.zip; cd narray-master; gem build numo-narray.gemspec; gem install numo-narray-0.9.0.2.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment