Skip to content

vrx_classic_v1_3_0 docker_install_tutorial

M1chaelM edited this page May 5, 2023 · 1 revision

Run VRX Using Docker Containers#

You will need to install Docker:

  • Install Docker
    • Optional: Install Nvidia Docker The simulation will run faster using a GPU. If you computer has an NVIDIA GPU, and you'd like to make the GPU available to the container running the simulation, follow these directions.

There are two options for running a VRX Docker Image:

Option 1: Run our Pre-Built Docker Image

This is the quickest way to get up and running with Docker. Use this option if you want a stable setup with minimal steps to get running, but without the latest changes to the source code. (Best if you are a user and don't plan to contribute to the project.)

Option 2: Build Your Own VRX Image

You can also build your own local Docker image from the latest VRX repository code. Use this option if you want your own Docker container with the most recent source code. (Best if you want to contribute to the VRX project.)

Clone this wiki locally