Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 834 Bytes

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