

# Build a V-Ray Standalone conda package for Deadline Cloud
<a name="examples-conda-vray"></a>

The [vray](https://github.com/aws-deadline/deadline-cloud-samples/tree/mainline/conda_recipes/vray) conda recipe builds a [V-Ray Standalone renderer](https://docs.chaos.com/display/VNS/V-Ray+Standalone+Home) conda package.

To build the recipe, download the V-Ray Standalone archive (`vraystd_adv_71000_rhel8_clang-gcc-11.2` for x86 or `vraystd_adv_71000_rhel8_arm64_clang-gcc-11.2` for ARM) from [Chaos](https://download.chaos.com/?platform=47&product=47). A Chaos account is required. Place the file in the `conda_recipes/archive_files` directory of your samples repository clone.

Submit the build:

```
./submit-package-job vray
```

The queue's IAM role needs `s3:PutObject` permission for the `Conda/*` prefix in the job attachments bucket to publish the built package.

For a job bundle that uses this package, see [Render V-Ray standalone scenes on Deadline Cloud](examples-jb-vray-render.md).