Skip to content

summit-ml/jupyter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

jupyter-docker

A Jupyter Notebook Server in an Ubuntu Docker container designed to be exposed to the web for collaborative ML training

1. Install Docker Desktop

Download Docker Desktop

2. Build Docker Image

docker build -t jupyter-ubuntu .

3. Run Docker Container

docker run --gpus all -p 80:8888 -v C:/Jupyter:/usr/src/app jupyter-ubuntu

4. Access Jupyter Notebook

Open a web browser and go to http://localhost

About

A Jupyter Notebook Server in an Ubuntu Docker container designed to be exposed to the web for collaborative ML training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors