@@ -42,30 +42,30 @@ These images provide a common starting point for Kubeflow Notebook containers.
4242
4343Dockerfile | Container Registry | Notes
4444--- | --- | ---
45- [ ` ./base ` ] ( ./base ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/base ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/base ) | Common Base Image
46- [ ` ./codeserver ` ] ( ./codeserver ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/codeserver ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver ) | [ code-server] ( https://github.com/coder/code-server ) (Visual Studio Code)
47- [ ` ./jupyter ` ] ( ./jupyter ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter ) | [ JupyterLab] ( https://github.com/jupyterlab/jupyterlab )
48- [ ` ./rstudio ` ] ( ./rstudio ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/rstudio ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio ) | [ RStudio] ( https://github.com/rstudio/rstudio )
45+ [ ` ./base ` ] ( ./base ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/base ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/base ) | Common Base Image
46+ [ ` ./codeserver ` ] ( ./codeserver ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver ) | [ code-server] ( https://github.com/coder/code-server ) (Visual Studio Code)
47+ [ ` ./jupyter ` ] ( ./jupyter ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter ) | [ JupyterLab] ( https://github.com/jupyterlab/jupyterlab )
48+ [ ` ./rstudio ` ] ( ./rstudio ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio ) | [ RStudio] ( https://github.com/rstudio/rstudio )
4949
5050### Kubeflow Images
5151
5252These images extend the [ base images] ( #images--base ) with common packages used in the real world.
5353
5454Dockerfile | Container Registry | Notes
5555--- | --- | ---
56- [ ` ./codeserver-python ` ] ( ./codeserver-python ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/codeserver-python ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python ) | code-server + Conda Python
57- [ ` ./rstudio-tidyverse ` ] ( ./rstudio-tidyverse ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/rstudio-tidyverse ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse ) | RStudio + [ Tidyverse] ( https://www.tidyverse.org/ )
58- [ ` ./jupyter-pytorch ` ] ( ./jupyter-pytorch ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-pytorch ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch ) | JupyterLab + PyTorch
59- [ ` ./jupyter-pytorch-full ` ] ( ./jupyter-pytorch-full ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-pytorch-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full ) | JupyterLab + PyTorch + Common Packages
60- [ ` ./jupyter-pytorch-cuda ` ] ( ./jupyter-pytorch-cuda ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-pytorch-cuda ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda ) | JupyterLab + PyTorch + CUDA
61- [ ` ./jupyter-pytorch-cuda-full ` ] ( ./jupyter-pytorch-cuda-full ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-pytorch-cuda-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full ) | JupyterLab + PyTorch + CUDA + Common Packages
62- [ ` ./jupyter-pytorch-gaudi ` ] ( ./jupyter-pytorch-gaudi ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-pytorch-gaudi ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi ) | JupyterLab + PyTorch + Intel Gaudi
63- [ ` ./jupyter-pytorch-gaudi-full ` ] ( ./jupyter-pytorch-gaudi-full ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-pytorch-gaudi-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full ) | JupyterLab + PyTorch + Intel Gaudi + Common Packages
64- [ ` ./jupyter-scipy ` ] ( ./jupyter-scipy ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-scipy ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy ) | JupyterLab + Common Packages
65- [ ` ./jupyter-tensorflow ` ] ( ./jupyter-tensorflow ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-tensorflow ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow ) | JupyterLab + TensorFlow
66- [ ` ./jupyter-tensorflow-full ` ] ( ./jupyter-tensorflow-full ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-tensorflow-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full ) | JupyterLab + TensorFlow + Common Packages
67- [ ` ./jupyter-tensorflow-cuda ` ] ( ./jupyter-tensorflow-cuda ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-tensorflow-cuda ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda ) | JupyterLab + TensorFlow + CUDA
68- [ ` ./jupyter-tensorflow-cuda-full ` ] ( ./jupyter-tensorflow-cuda-full ) | [ ` ghcr.io/kubeflow/kubeflow/kubeflow/ notebook-servers/jupyter-tensorflow-cuda-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full ) | JupyterLab + TensorFlow + CUDA + Common Packages
56+ [ ` ./codeserver-python ` ] ( ./codeserver-python ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/codeserver-python ) | code-server + Conda Python
57+ [ ` ./rstudio-tidyverse ` ] ( ./rstudio-tidyverse ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/rstudio-tidyverse ) | RStudio + [ Tidyverse] ( https://www.tidyverse.org/ )
58+ [ ` ./jupyter-pytorch ` ] ( ./jupyter-pytorch ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch ) | JupyterLab + PyTorch
59+ [ ` ./jupyter-pytorch-full ` ] ( ./jupyter-pytorch-full ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-full ) | JupyterLab + PyTorch + Common Packages
60+ [ ` ./jupyter-pytorch-cuda ` ] ( ./jupyter-pytorch-cuda ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda ) | JupyterLab + PyTorch + CUDA
61+ [ ` ./jupyter-pytorch-cuda-full ` ] ( ./jupyter-pytorch-cuda-full ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-cuda-full ) | JupyterLab + PyTorch + CUDA + Common Packages
62+ [ ` ./jupyter-pytorch-gaudi ` ] ( ./jupyter-pytorch-gaudi ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi ) | JupyterLab + PyTorch + Intel Gaudi
63+ [ ` ./jupyter-pytorch-gaudi-full ` ] ( ./jupyter-pytorch-gaudi-full ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-pytorch-gaudi-full ) | JupyterLab + PyTorch + Intel Gaudi + Common Packages
64+ [ ` ./jupyter-scipy ` ] ( ./jupyter-scipy ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-scipy ) | JupyterLab + Common Packages
65+ [ ` ./jupyter-tensorflow ` ] ( ./jupyter-tensorflow ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow ) | JupyterLab + TensorFlow
66+ [ ` ./jupyter-tensorflow-full ` ] ( ./jupyter-tensorflow-full ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-full ) | JupyterLab + TensorFlow + Common Packages
67+ [ ` ./jupyter-tensorflow-cuda ` ] ( ./jupyter-tensorflow-cuda ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda ) | JupyterLab + TensorFlow + CUDA
68+ [ ` ./jupyter-tensorflow-cuda-full ` ] ( ./jupyter-tensorflow-cuda-full ) | [ ` ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full ` ] ( https://ghcr.io/kubeflow/kubeflow/notebook-servers/jupyter-tensorflow-cuda-full ) | JupyterLab + TensorFlow + CUDA + Common Packages
6969
7070## Package Installation
7171
0 commit comments