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.
apt
1 parent 83699ba commit 6e291c4Copy full SHA for 6e291c4
.github/docker/py.Dockerfile
@@ -4,7 +4,7 @@ FROM python:$PYTHON_VERSION
4
5
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
6
7
-RUN apt update && 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
+RUN apt update -y && apt install -y 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