You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docker file, tested for OSX, supports the Gazebo front end. However to do this requires the Mesa library which takes a considerably long time to build. For training a controller there is no need to include these libraries.
Create a base image for headless use and then derive a second image with a front end.
The text was updated successfully, but these errors were encountered:
As I mentioned in the other issue, I have already started building a headless container. If we can identify the root cause in that issue, I can build a Dockerfile for that configuration.
With the dependency script looking good I'm going to update the current docker image used for Travis to use the same script so the environments are all the same.
The current docker file, tested for OSX, supports the Gazebo front end. However to do this requires the Mesa library which takes a considerably long time to build. For training a controller there is no need to include these libraries.
Create a base image for headless use and then derive a second image with a front end.
The text was updated successfully, but these errors were encountered: