Skip to content

VandyCatLab/singPyTF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Singularity container for Python and Keras

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.9%
  • Singularity 21.1%