Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 373 Bytes

File metadata and controls

22 lines (18 loc) · 373 Bytes

singPyKeras

Singularity container for Python and Keras. Check releases for built images.

To build:

sudo singularity build pyTF.sif Singularity

To use/test:

singularity exec --nv pyTF.sif python kerasTest.py

To get into environment

singularity shell --nv pyTF.sif

To get just an interactive python

singularity exec --nv pyTF.sif python