Skip to content

Commit

Permalink
Fix examples Dockerfile (ray-project#10908)
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Rawat <rohit.rawat@hpe.com>
  • Loading branch information
rohitrawat and Rohit Rawat authored Sep 19, 2020
1 parent 9da7bdc commit c1f8d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/examples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM rayproject/ray:latest

# Needed to run Tune example with a 'plot' call - which does not actually render a plot, but throws an error.
RUN apt-get update && install -y zlib1g-dev libgl1-mesa-dev libgtk2.0-dev && apt-get clean
RUN apt-get update && apt-get install -y zlib1g-dev libgl1-mesa-dev libgtk2.0-dev && apt-get clean
RUN pip install --no-cache-dir -U pip \
gym[atari] \
opencv-python-headless==4.3.0.36 \
Expand Down

0 comments on commit c1f8d22

Please sign in to comment.