Skip to main content

Environment Configuration Overview

All aifare platform images are based on Ubuntu, specifically Ubuntu 22.04.

The platform comes pre-installed with mainstream AI frameworks and multiple versioned images. Once an instance is launched, the corresponding framework environment is readily available without manual setup. If the built-in versions do not meet your needs, you can customize the environment as described below.

Pre-installed Mainstream Frameworks and Versions

FrameworkVersionCUDA VersionPython VersionNotes
PyTorch2.1.011.83.11torchvision/torchaudio included
PyTorch2.2.011.83.11
PyTorch2.3.011.83.11
PyTorch2.4.012.13.12
PyTorch2.5.012.13.12
PyTorch2.5.112.43.12
PyTorch2.7.112.63.12
TensorFlow2.16.112.03.11
TensorFlow2.17.012.03.11
TensorFlow2.18.012.03.11
PaddlePaddle2.6.212.03.11paddlepaddle-gpu
  1. Prefer built-in platform images: If your required version of Torch, TensorFlow, etc. is already provided, use them directly for a ready-to-use experience.
  2. Customize frameworks/versions: If a specific version is required (e.g., PyTorch=1.9.0 + CUDA=11.1), use the appropriate CUDA version of the Miniconda image and install the framework via pip.
  3. Customize Python version: If a specific Python version is needed, you can install it manually inside a Miniconda image.
  4. Custom CUDA installations: Refer to the platform documentation for installing other CUDA versions manually.

For special environment requirements, feel free to contact aifare support or refer to the platform's community resources.