Docker Run¶
Helios can be deployed using Docker Run, allowing you to run the Helios container quickly for testing.
GPU Support¶
Helios is designed to support GPU acceleration. An example of this is to mount and access an NVIDIA GPU using the nvidia-docker
runtime.
Ensure you have the NVIDIA Container Toolkit installed to use this feature.
An example command to run Helios with GPU support is:
Launch Configuration
Be sure the also include all required environment variables as is specified in Launch Configuration.
Custom Event Scripts¶
In this example, we will mount a custom set of event scripts using Docker Run instead of baking them into the image. This allows for easier updates and modifications without needing to rebuild the image.
Run the Container with Custom Scripts¶
Run the Docker container with the custom scripts mounted. You can use the following command:
Launch Configuration
Be sure the also include all required environment variables as is specified in Launch Configuration.