NREL / HPC

A collection of various resources, examples, and executables for the general NREL HPC user community's benefit. Use the following website for accessing documentation.
https://nrel.github.io/HPC/
Other
115 stars 66 forks source link

Update the Containerized Tensorflow page for apptainer #674

Closed jlaw9 closed 2 months ago

jlaw9 commented 2 months ago

The Containerized TensorFlow page needs to be updated for apptainer.

Still very helpful though! I was able to build a TF image and run it successfully on kestrel using apptainer. I'm having a bit of trouble mounting/binding the input/output files to kestrel's file system though

yandthj commented 2 months ago

@jlaw9 Thanks for letting us know, we'll work on updating this.

Are there specific issues you're having with mounting/binding the files? We can try to improve the documentation on that section or help troubleshoot.

yandthj commented 2 months ago

@jlaw9 Updates have been posted here: https://nrel.github.io/HPC/Documentation/Machine_Learning/Containerized_TensorFlow/

Let us know if you have any remaining questions/issues

jlaw9 commented 2 months ago

Great thank you! I didn't realize you could just bind /projects directly. That should make things easier.

I'll try out the updated commands and let you know if I have any issues.