mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
fix docker build bug (#207)
This commit is contained in:
committed by
Robert Nishihara
parent
677a019cbd
commit
4f6100b67f
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user