Skip to content

Commit

Permalink
1.3.3 Add xorg to gpu image
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisse committed Sep 25, 2020
1 parent f2ed9f8 commit 21e389f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/src/app/kaggle_environments
# Conda boost interferes with gfootball
RUN rm -r /opt/conda/lib/cmake/Boost-1.72.0
RUN apt-get update
RUN apt-get -y install libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-image-dev
RUN apt-get -y install libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-image-dev xorg
RUN pip install gfootball==2.3

ADD ./setup.py ./setup.py
Expand Down
2 changes: 1 addition & 1 deletion kaggle_environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from . import errors
from . import utils

__version__ = "1.3.2"
__version__ = "1.3.3"

__all__ = ["Agent", "environments", "errors", "evaluate", "http_request",
"make", "register", "utils", "__version__",
Expand Down

0 comments on commit 21e389f

Please sign in to comment.