How to enable Jupyter Notebook and SSH support in a custom Docker container?
I built my own docker image to deploy on a pod. After creating the Custom Template with my docker image, there is no option to enable Jupyter Notebook or SSH for it.
I tried my best to imitate the official Runpod containers, by installing
jupyterlabs
jupyterlabs
and
openssh-server
openssh-server
, but when setting up the pod, there is still no option to enable Jupyter Notebooks or SSH on the pod.
I am also not able to find any guides on how to incorporate Jupyter notebook support on a custom docker image.