Commit Graph

10 Commits

Author SHA1 Message Date
Peter Zhokhov
647e1e20ff fix mujoco-related build failure 2018-10-23 16:47:40 -07:00
pzhokhov
69f5f98330 test dockerfiles for ubuntu 14.04 and 18.04 (#1168)
* pass device_id=-1 when rendering mujoco in rgb_array mode

* trying ubuntu18.04 build

* use travis build matrix

* use travis build matrix

* use travis build matrix

* use fix 18.04 installation steps

* use fix 18.04 installation steps

* try py3 instead of py35

* trying the 14.04 build; cleaning up the 16.04 package list

* fixes to dockerfile.14.04

* fixes to dockerfile.14.04

* fixes to dockerfile.14.04

* fixes to dockerfile.14.04

* fixes to dockerfile.14.04

* fixing system package list for 14.04

* 16.04 build working

* clean up test.dockerfile.16.04

* adding python-numpy system package

* add patchelf

* remove python-numpy from 16.04 dockerfile

* 14.04 does not use mujoco (patchelf problem)

* cleaning up 18.04 dockerfile

* added comment to 14.04 dockerfile

* fix syntax in 14.04 dockerfile

* being fancy and switching from apt-get to apt command in 18.04 dockerfile

* update README.rst to use apt (instead of apt-get) on ubuntu 18.04
2018-09-21 11:53:58 -07:00
Peter Zhokhov
fbdaad3aa3 use bash instead of sh in bin/docker_entrypoint 2018-08-28 18:10:05 -07:00
Peter Zhokhov
a568c49287 fix syntax back in docker entrypoint 2018-08-28 17:56:33 -07:00
Peter Zhokhov
983b87dc08 fix syntax back in docker entrypoint 2018-08-28 17:56:10 -07:00
pzhokhov
30a3d750e9 don't export mujoco key if not present (fix for errors in PR builds) (#1150)
* don't export MUJOCO_KEY if not present

* proper if-else expression in docker_entrypoint

* skip_mujoco is determined based on presence of mjkey.txt

* replace -z with -e in docker_entrypoint

* exclude robotics environments from tests when mujoco key not present
2018-08-28 15:02:00 -07:00
pzhokhov
74229c8dc2 travis build and test failure fixes (#1031)
* build test image from scratch from ubuntu:16.04

* removed pulling old image from .travis.yml

* try installing keyboard-configuration on docker on travis

* trying install keyboard-configuration before rest of the packages

* upgrading dockerfile and entrypoint to work with ubuntu16.04

* fixing dummy display config wip

* install keyboard-properties first in dockerfile

* pass mujoco_key in .travis.yml

* skipsdist in tox.ini

* removed unpacking of the mujoco bundle in entrypoint

* using xvfb for fake display

* comment out self.viewer.close

* install ffmpeg

* squash run commands in dockerfile

* fixed typo in dockerfile

* fixed typo in dockerfile

* fixed typo in dockerfile

* use self.np_random in robotics/hand/manipulate

* some cleanups in .travis.yml

* cleaning up accidental changes

* cleaning up accidental changes

* inject mujoco key on runtime (instead of container buildtime)

* remove webhooks section from .travis.yml
2018-05-14 17:39:56 -07:00
Philip Paquette
ee7ba41b9a Docker - Minor build fix (#286) 2016-08-12 14:01:20 -07:00
Greg Brockman
fabb897311 Switch to Docker for tests (#285) 2016-08-10 16:12:51 -07:00
Greg Brockman
e8f2980603 Initial release. Hello world :). 2016-04-27 08:00:58 -07:00