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
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 |
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 ubuntu:15.04 | |
MAINTAINER Taro Naoi <[email protected]> | |
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 \ |