We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82a591 commit ae86ab3Copy full SHA for ae86ab3
.github/docker/py.Dockerfile
@@ -4,7 +4,7 @@ FROM python:$PYTHON_VERSION
4
5
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
6
7
-RUN add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get -y update && apt-get install -y unzip libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig gcc-9 g++-9
+RUN apt install software-properties-common && add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get -y update && apt-get install -y unzip libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig gcc-9 g++-9
8
9
# Download mujoco
10
RUN mkdir /root/.mujoco \
0 commit comments