File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
linux_olddeps/scripts_gym_0_13 Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ if [[ $OSTYPE != 'darwin'* ]]; then
12
12
apt-get install -y vim git wget cmake
13
13
14
14
# Enable universe repository
15
- apt-get install -y software-properties-common
16
- add-apt-repository universe
17
- apt-get update
15
+ # apt-get install -y software-properties-common
16
+ # add-apt-repository universe
17
+ # apt-get update
18
18
19
- apt-get install -y libsdl2-dev libsdl2-2.0-0
19
+ # apt-get install -y libsdl2-dev libsdl2-2.0-0
20
20
21
21
apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev
22
22
apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb
Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_te
28
28
export DISPLAY=:99
29
29
Xvfb :99 -screen 0 1400x900x24 > /dev/null 2>&1 &
30
30
31
- CKPT_BACKEND=torch MUJOCO_GL=egl python .github/unittest/helpers/coverage_run_parallel.py -m pytest --instafail -v --durations 200 --ignore test/test_distributed.py \
32
- --ignore test/test_rlhf.py \
33
- --ignore test/llm \
34
- --timeout=120 --mp_fork_if_no_cuda
31
+ CKPT_BACKEND=torch MUJOCO_GL=egl python .github/unittest/helpers/coverage_run_parallel.py -m pytest \
32
+ --instafail -v \
33
+ --durations 200 \
34
+ --ignore test/test_distributed.py \
35
+ --ignore test/test_rlhf.py \
36
+ --ignore test/llm \
37
+ --timeout=120 \
38
+ --mp_fork_if_no_cuda
35
39
36
40
# pytest --instafail -v --durations 200
37
41
# python test/test_libs.py
You can’t perform that action at this time.
0 commit comments