Skip to content

Commit

Permalink
add doom
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Feb 23, 2017
1 parent 54b9880 commit 3ce46d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:16.04
LABEL maintainer "Alexander Panin <[email protected]>, Dmitry Mittov <[email protected]>"


RUN echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list && \
apt-get -qq update && \
apt-get install -y cmake \
Expand All @@ -17,6 +18,9 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted
python3-pip \
libopenblas-dev \
liblapack-dev \
libsdl2-dev \
libboost-all-dev \
gcc \
g++ && \
ln -s /usr/bin/swig3.0 /usr/bin/swig

Expand All @@ -27,6 +31,8 @@ RUN pip install --upgrade pip \
jupyter \
tqdm \
gym[all] \
gym_pull \
ppaquette-gym-doom \
matplotlib \
seaborn && \
pip install --upgrade https://github.com/Theano/Theano/archive/master.zip \
Expand Down

0 comments on commit 3ce46d9

Please sign in to comment.