...
width | 900 |
---|
...
title | Tensorflow module has known issues |
---|
After June 2024 maintenance, the moduleĀ tensorflow/rocm5.6-tf2.12
has shown some problems. 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
...
.
Column | ||
---|---|---|
|
...
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.
...