A. Older tag versions

Docker images for SDK releases prior to SDK 2.5.0 used a slightly different format for tags.

The main differences are:

  • The OS version was indicated by name (for example, bionic) instead of the version number (18.04)

  • The build date was the date of the Docker base image, not the date the image was built by Graphcore

  • The latest tag did not exist

  • The tags for SDK 2.3 include only the version (for example, bionic) and not the distribution name (ubuntu-bionic)

Examples of the tags are shown in Table 3.1.

Table A.1 Docker image tags prior to SDK 2.5.0

Image

Example tag

Poplar software for specific SDK version

2.4.0

Poplar software for specific SDK version and OS

2.4.0-ubuntu-bionic-20210723

TensorFlow 1.15

default CPU (AMD) and latest SDK

1

AMD CPU

Latest SDK

1-amd

Specific SDK

1-amd-2.4.0

Specific SDK and OS

1-amd-2.4.0-ubuntu-bionic-20210723

Intel CPU

Latest SDK

1-intel

Specific SDK

1-intel-2.4.0

Specific SDK and OS

1-intel-2.4.0-ubuntu-bionic-20210723

TensorFlow 2.4

default CPU (AMD) and latest SDK

2

AMD CPU

Latest SDK

2-amd

Specific SDK

2-amd-2.4.0

Specific SDK and OS

2-amd-2.4.0-ubuntu-bionic-20210723

Intel CPU

Latest SDK

2-intel

Specific SDK

2-intel-2.4.0

Specific SDK and OS

2-intel-2.4.0-ubuntu-bionic-20210723