Skip to content

Ready-to-run Docker images containing JupyterLab on NVIDIA GPU

Notifications You must be signed in to change notification settings

chck/datascience-notebook-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datascience-notebook-gpu

dockeri.co

If you need to run on CPU, you can try datascience-notebook-cpu.

Requirements

NVIDIA GPU such as GeForce series
NVIDIA Docker>=2.0.*
CUDA==10.1

direnv>=2.15.*

Included Python Packages

https://github.com/chck/datascience-notebook-gpu/blob/master/requirements.txt

Usage

Pull image

docker pull chck/datascience-notebook-gpu:ubuntu18.04

Generate hashed password

make passwd

>Enter password:
>Verify password:
>sha1:xxxxxxxxxxxxxxxxxxx

Apply hashed password via direnv with dotenv

vi .env
=====
NOTEBOOK_PASSWD=sha1:xxxxxxxxxxxxxxxxxxx
LOCAL_NOTEBOOK_DIR=/path/to/dir/
direnv allow .

Run container

make run

Access JupyterLab

open http://(127.0.0.1 or CONTAINER_REMOTE_IP):8887

About

Ready-to-run Docker images containing JupyterLab on NVIDIA GPU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published