From f90170ba00a9e7a51796b984b36f13f2c56c351b Mon Sep 17 00:00:00 2001 From: Haesun Park Date: Mon, 26 Mar 2018 17:42:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=BB=A4=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95(https://github.com/ageron/handson-ml/commit/?= =?UTF-8?q?5c841a8d9f383e7fa00ca5076eb0d08044ee12f9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 82da41f..72a16f2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,12 +6,15 @@ RUN apt-get update && apt-get upgrade -y \ build-essential \ git \ sudo \ + cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev libboost-all-dev libsdl2-dev swig \ && rm -rf /var/lib/apt/lists/* RUN conda update -n base conda RUN conda install -y -c conda-forge \ tensorflow \ - jupyter_contrib_nbextensions + jupyter_contrib_nbextensions \ + pyopengl +RUN pip install "gym[atari,box2d,classic_control]" ARG username ARG userid