XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create xr-multi OCI Container

+18
+18
oci/xr-multi/Containerfile
··· 1 + # SPDX-License-Identifier: AGPL-3.0-only 2 + # SPDX-FileCopyrightText: MatrixFurry <matrix@matrixfurry.com> 3 + 4 + # OCI Container with pre-installed dependencies for building common XR apps 5 + # TODO: consider adding runtime stage for running built applications inside the container 6 + 7 + FROM fedora:latest AS builder 8 + 9 + # TODO WiVRn 10 + # TODO WiVRn Dashboard 11 + 12 + RUN dnf group install -y development-tools 13 + RUN dnf install -y \ 14 + envision-monado \ 15 + envision-xrizer \ 16 + onnxruntime-devel \ 17 + fmt-devel git-lfs glew-devel gtest-devel jq lz4-devel tbb-devel 18 + RUN dnf builddep -y opencomposite