Skip to content

ertis-research/fission-environments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fission environments

Additional environments and builders for Fission

  • tensorflow: Includes tensorflow-env and tensorflow-builder
  • tensorflow-arm: Includes tensorflow-arm-env and tensorflow-arm-builder

Usage

Pick the desired image and version from our packages page

# For tensorflow linux/amd64
fission env create --name 'my-env' \
  --image ghcr.io/ertis-research/tensorflow-builder:master \
  --builder ghcr.io/ertis-research/tensorflow-builder:master

Troubleshooting

tensorflow and tensorflow-arm: ModuleNotFoundError: No module named 'XXX'

Don't forget to add a __init__.py to your function source code, as it is required to be considered a Python module module and to be loaded successfully