mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 05:44:31 +00:00
Install swig in docker (#547)
This commit is contained in:
@@ -6,13 +6,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
RUN apt-get -y update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
unzip \
|
||||
libglu1-mesa-dev \
|
||||
libgl1-mesa-dev \
|
||||
libosmesa6-dev \
|
||||
xvfb \
|
||||
patchelf \
|
||||
ffmpeg cmake \
|
||||
libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev \
|
||||
xvfb unzip patchelf ffmpeg cmake swig \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
Reference in New Issue
Block a user