Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Column
width900


Warning
titleTensorflow module has known issues

After June 2024 maintenance, the moduleĀ tensorflow/rocm5.6-tf2.12 has shown some problems. For temporary fix check. Most of them are fixed by defining the path for ROCM_PATH before loading the Tensorflow module:

$ export ROCM_PATH="/opt/rocm"
$ module load tensorflow/rocm5.6-tf2.12

If this does not fully resolve your problems, then we recommend to raise a ticket to our helpdesk and use the old software stack as indicated in the temporary fix in: June 2024 Software Update - Important Information


...

Pawsey TensorFlow container image is publicly distributed on quay.io (external site). We recommend to use a local installation of Docker in your own desktop to build your container on top of Pawsey's TensorFlow image starting your Dockerfile with the commandline:

FROM quay.io/pawsey/tensorflow:2.12.1.570-rocm5.6.0

To pull the image to your local desktop with Docker you can use:

$ docker pull quay.io/pawsey/tensorflow:2.12.1.570-rocm5.6.0

To know more about our recommendations of container builds with Docker and later translation into Singularity format for their use in Setonix please refer to the Containers Documentation.

...