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 9246e53 commit 460e0b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ git clone [email protected]:jupyter/docker-stacks.git

#### Build the images

```
cd SIRF-SuperBuild/docker
From the `SIRF-SuperBuild/docker` directory you can execute the following script, assuming that the `docker-stacks` are in the same directory level as `SIRF-SuperBuild`:

```bash
#! /bin/bash
set -ex

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 .
Expand Down

0 comments on commit 460e0b7

Please sign in to comment.