If you need to run on CPU, you can try datascience-notebook-cpu.
NVIDIA GPU such as GeForce series
NVIDIA Docker>=2.0.*
CUDA==10.1
direnv>=2.15.*
https://github.com/chck/datascience-notebook-gpu/blob/master/requirements.txt
docker pull chck/datascience-notebook-gpu:ubuntu18.04
make passwd
>Enter password:
>Verify password:
>sha1:xxxxxxxxxxxxxxxxxxx
vi .env
=====
NOTEBOOK_PASSWD=sha1:xxxxxxxxxxxxxxxxxxx
LOCAL_NOTEBOOK_DIR=/path/to/dir/
direnv allow .
make run
open http://(127.0.0.1 or CONTAINER_REMOTE_IP):8887