A Jupyter Notebook Server in an Ubuntu Docker container designed to be exposed to the web for collaborative ML training
docker build -t jupyter-ubuntu .docker run --gpus all -p 80:8888 -v C:/Jupyter:/usr/src/app jupyter-ubuntuOpen a web browser and go to http://localhost