Versions Compared

Key

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


Column


Note

This page is still a work in progress and support for Machine Learning workload has just started. Please check it frequently for updates.


...

Column
width900px


Code Block
languagebash
themeDJango
titleTerminal 5. The environment can be used once again.
$ module load tensorflow/rocm5.6-tf2.12   

$ bash

Singularity> source $MYSOFTWARE/manual/software/pythonEnvironments/tensorflowContainer-environments/myenv/bin/activate
(myenv) Singularity>



.

Column


Note

If users consider that there is a Python package that must be included in the Pawsey Tensorflow image, instead of being installed on a host virtual environment (as suggested above), users they can submit a ticket to the Help Desk. Pawsey staff can then evaluate the request based on the importance of the package and spread of use in the Machine Learning community.


...

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.

...