Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 785 Bytes

BUILD.md

File metadata and controls

27 lines (20 loc) · 785 Bytes

A Dockerfile is provided for installing pre-requisite packages & launching JupyterLab. Please ensure you meet the pre-requisites requirements.

Installation

Our container extends the base notebooks container. Unlike our Notebooks repo, which comes with the container, Notebooks Contrib is meant to be a constantly updating source of community contributions. You can run Notebooks Contrib in a container with 4 steps:

Step 1: Clone the Notebooks Contrib repo

git clone https://github.com/rapidsai/notebooks-contrib

Step 2: Build the Docker container

make build

Step 3: Run the Docker container

make run

Step 4: Access the running Jupyter notebook instance at

http://localhost:8888