Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino authored Nov 20, 2023
1 parent fc67546 commit 9246e53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ git clone [email protected]:jupyter/docker-stacks.git
#### Build the images

```
pushd ../../docker-stacks/docker-stacks-foundations
# docker-stacks-foundations
docker build --build-arg PYTHON_VERSION=3.9 --build-arg ROOT_CONTAINER=nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04 -t paskino/jupyter:docker-stacks-foundations-cuda11-cudnn8-runtime-ubuntu22.04 .
cd SIRF-SuperBuild/docker
pushd ../../docker-stacks/docker-stacks-foundation
# docker-stacks-foundation
docker build --build-arg PYTHON_VERSION=3.9 --build-arg ROOT_CONTAINER=nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04 -t paskino/jupyter:docker-stacks-foundation-cuda11-cudnn8-runtime-ubuntu22.04 .
# base notebook
cd ../base-notebook
# change the base class with the ROOT_CONTAINER argument
# build and tag
docker build --build-arg ROOT_CONTAINER=paskino/jupyter:docker-stacks-foundations-cuda11-cudnn8-runtime-ubuntu22.04 -t paskino/jupyter:base-notebook-cuda11-cudnn8-runtime-ubuntu22.04 .
docker build --build-arg ROOT_CONTAINER=paskino/jupyter:docker-stacks-foundation-cuda11-cudnn8-runtime-ubuntu22.04 -t paskino/jupyter:base-notebook-cuda11-cudnn8-runtime-ubuntu22.04 .
# minimal notebook
cd ../minimal-notebook
Expand Down

0 comments on commit 9246e53

Please sign in to comment.