Skip to main content
The system version of all platform images is Ubuntu, with the majority being Ubuntu 18.04 and a few being Ubuntu 20.04.
FrameworkFramework VersionPython VersionCUDA Version
PyTorch1.1.03.710.0
PyTorch1.5.13.810.1
PyTorch1.6.03.810.1
PyTorch1.7.03.811.0
PyTorch1.8.13.811.1
PyTorch1.9.03.811.1
PyTorch1.10.03.811.3
TensorFlow1.15.53.811.4
TensorFlow2.3.03.810.1
TensorFlow2.5.03.811.2
PaddlePaddle2.1.03.811.1
PaddlePaddle2.2.03.811.2
Minicondaconda33.810.0
Minicondaconda33.810.1
Minicondaconda33.810.2
Minicondaconda33.811.1
Minicondaconda33.811.3
Jittor1.3.13.711.3
ADL Dragonlatest3.811.3
  1. First, check if the platform’s pre-installed images include the required versions of PyTorch, TensorFlow, or other frameworks. If available, prioritize using the platform’s built-in images.
  2. If the platform does not have the desired framework versions, determine the required CUDA version for your framework. For example, PyTorch 1.9.0 requires CUDA 11.1. You can then select a platform image with Miniconda and CUDA 11.1 pre-installed. This allows you to install the required framework without the hassle of setting up cudatoolkit. (The pre-installed CUDA on the platform includes .h header files, which is more convenient if you need to compile code.)
  3. If neither of the above conditions is met, you can choose any Miniconda image and install the required frameworks, CUDA, or even other Python versions after the instance is started.