From b9e8bc95e73310708c131c3759cad967dda2a334 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Mon, 20 Nov 2023 16:09:25 +0000 Subject: [PATCH] Update README.md [ci skip] --- jupyterhub/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jupyterhub/README.md b/jupyterhub/README.md index 6f28b018..17951b9a 100644 --- a/jupyterhub/README.md +++ b/jupyterhub/README.md @@ -17,7 +17,7 @@ Currently the `base-notebook` in [`jupyter/docker-stacks`](`https://github.com/j To be able to use the `nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04` base image we need to modify the `base-notebook` up to `datascience-notebook`. -Below a list of commands that will build the `datascience-notebook` with the NVIDIA cuda base image, which I then tag as `paskino/jupyter:datascience-notebook-cuda11-cudnn8-devel-ubuntu22.04` +Below a list of commands that will build the `datascience-notebook` with the NVIDIA cuda base image, which I then tag as `paskino/jupyter:datascience-notebook-cuda11-cudnn8-runtime-ubuntu22.04` #### Clone the docker-stacks repo @@ -60,7 +60,7 @@ popd ``` -Finally we have the base `datascience-notebook` with the `nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04` base image. +Finally we have the base `datascience-notebook` with the `nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04` base image. ### Start building SIRF @@ -76,7 +76,7 @@ docker build --build-arg BASE_IMAGE=nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04 ``` -#### Building CIL +#### Building CIL with SIRF SuperBuild Please see [here](https://github.com/SyneRBI/SIRF-SuperBuild#building-ccpi-cil) for detailed info on the command below. @@ -95,7 +95,7 @@ To install SIRF we can literally _copy_ the SIRF INSTALL directory to the `datas ``` cd SIRF-SuperBuild -docker build --build-arg BASE_IMAGE=paskino/jupyter:datascience-notebook-cuda11-cudnn8-devel-ubuntu22.04 -f jupyterhub/Dockerfile -t harbor.stfc.ac.uk/imaging-tomography/test:sirfcil-jupyterhub-gpu . +docker build --build-arg BASE_IMAGE=paskino/jupyter:datascience-notebook-cuda11-cudnn8-runtime-ubuntu22.04 -f jupyterhub/Dockerfile -t harbor.stfc.ac.uk/imaging-tomography/test:sirfcil-jupyterhub-gpu . ``` ### Testing