Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created July 22, 2016 07:23
Show Gist options
  • Select an option

  • Save kozo2/b5409626bedd582c9c6957e953b0b3bb to your computer and use it in GitHub Desktop.

Select an option

Save kozo2/b5409626bedd582c9c6957e953b0b3bb to your computer and use it in GitHub Desktop.
Numo::NArray Debian Dockerfile
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