A Jupyter OpenShift AI Image with Tensorflow and CUDA for GPUs. Based on the opendatahub workbench images on GitHub for Jupyter Lab Notebook integration.
Base image: quay.io/opendatahub-contrib/workbench-images:cuda-jupyter-tensorflow-c9s-py311_2023c_latest
System packages | Description |
---|---|
cuda-toolkit | CUDA Toolkit meta-package. |
You can pull the latest cuda-jupyter-tensorflow container image below:
podman pull quay.io/nerc-images/cuda-jupyter-tensorflow:latest
You can build the container like this:
podman build -t nerc-images/cuda-jupyter-tensorflow:latest .
You can push the container to quay.io like this:
podman push nerc-images/cuda-jupyter-tensorflow:latest quay.io/nerc-images/cuda-jupyter-tensorflow:latest