Skip to content

Instantly share code, notes, and snippets.

View tnaoi's full-sized avatar

Taro Naoi tnaoi

  • Los Angeles
  • 23:21 (UTC -07:00)
View GitHub Profile
Running sibernetic inside a docker container (12/24/15)
At this moment portability is highly suspect since it's only been tested on a single computer.
So far only CPU enabled, but since test computer had a GPU the setup takes that into account.
Hardware Used:
Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz
Nvidia geforce 960 gtx
16 GiB RAM
1) Pull the openworm docker image
FROM ubuntu:15.04
MAINTAINER Taro Naoi <taronaoi@gmail.com>
RUN apt-get install -y software-properties-common && \
apt-add-repository "deb http://us.archive.ubuntu.com/ubuntu/ vivid universe multiverse"
RUN apt-get update && apt-get install -y \
git \
vim \
wget \