Skip to content

Commit

Permalink
add graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Apr 5, 2018
1 parent 8e22215 commit 57768c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted
liblapack-dev \
libsdl2-dev \
libboost-all-dev \
graphviz \
gcc \
g++ && \
ln -s /usr/bin/swig3.0 /usr/bin/swig
Expand All @@ -33,6 +34,7 @@ RUN pip install --upgrade pip \
pip install --upgrade sklearn \
jupyter \
tqdm \
graphviz \
gym gym[box2d] gym[atari] \
matplotlib \
seaborn && \
Expand All @@ -53,6 +55,7 @@ RUN pip3 install --upgrade pip \
pip3 install --upgrade sklearn \
jupyter \
tqdm \
graphviz \
gym gym[box2d] gym[atari] \
matplotlib \
seaborn && \
Expand Down

0 comments on commit 57768c8

Please sign in to comment.