fix docker build bug (#207)

This commit is contained in:
Johann Schleier-Smith
2017-01-18 23:23:34 -08:00
committed by Robert Nishihara
parent 677a019cbd
commit 4f6100b67f
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
FROM ray-project/deploy
RUN conda install -y -c conda-forge tensorflow
RUN apt-get install zlib1g-dev
RUN apt-get install -y zlib1g-dev
RUN pip install gym[atari]