System Requirements#
This page provides requirements to help you set up and run Scenescape efficiently.
Hardware Platforms#
10th Gen or newer Intel® Core™ processors (i5 or higher)
2nd Gen or newer Intel® Xeon® processors (recommended for large deployments)
Operating Systems#
Ubuntu 24.04 LTS
Required Software#
Software dependencies and installation commands for Ubuntu:
Docker 24.0 or higher
curl
git
make
openssl
unzip
rsync
sudo apt update
sudo apt install -y \
curl \
git \
make \
openssl \
unzip \
rsync
Installing Docker on your system
Install Docker using the official installation guide for Ubuntu: Docker Installation Guide for Ubuntu
Configure Docker to start on boot and add your user to the Docker group:
sudo systemctl enable docker sudo usermod -aG docker $USER
Log out and log back in for group membership changes to take effect.
Verify Docker is working properly:
docker --version docker run hello-world
Limitations
During the Docker build process, packages are installed from public repositories. Intel has no control over the public repositories. Specific versions of packages might be removed by the owners at any time, which may break the Docker image build. The Docker build targets the latest available versions of software packages from the public repositories while keeping the same major version.
Between Scenescape releases, it is possible that packages in public apt repositories get upgraded to newer versions. Although it is possible for these upgraded software packages to work without issues with the latest release, you assume all risks associated with the use of the upgraded packages.
File an issue on GitHub if you encounter a compatibility issue with the latest packages.