Skip to content

Commit

Permalink
Update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino authored Nov 20, 2023
1 parent 460e0b7 commit b9e8bc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit b9e8bc9

Please sign in to comment.