|
1 | 1 | # CCPBioSim Basic Statistics Workshop |
2 | 2 |
|
3 | | -[](https://github.com/ccpbiosim/basic-statistics-workshop/actions/workflows/build.yaml) |
| 3 | +[basic-statistics](https://github.com/ccpbiosim/basic-statistics-workshop) |
| 4 | +[](https://github.com/ccpbiosim/basic-statistics-workshop/actions/workflows/build.yaml) |
| 5 | +[](https://github.com/ccpbiosim/basic-statistics-workshop/pkgs/container/basic-statistics-workshop) |
| 6 | +[](https://github.com/CCPBioSim/basic-statistics-workshop/issues) |
| 7 | +[](https://github.com/CCPBioSim/basic-statistics-workshop/pulls) |
4 | 8 |
|
5 | | -## Docker |
6 | | - |
7 | | -This container is derived from the CCPBioSim JupyterHub image. This container |
8 | | -adds the necessary software packages and notebook content to form a deployable |
9 | | -course container. The source content for this course can be found at |
10 | | -https://github.com/CCPBioSim/basic-statistics-workshop |
| 9 | +This workshop source repository contains the build recipe for a docker container derived from the CCPBioSim JupyterHub image. This container adds the necessary software packages and notebook content to form a deployable course container. |
11 | 10 |
|
12 | 11 | ## How to Use |
13 | 12 |
|
| 13 | +This training course is deployed on the [CCPBioSim](www.ccpbiosim.ac.uk) website via our cloud infrastructure, however you can deploy on your own machine with docker. |
| 14 | + |
| 15 | +Pull the container from our repository:: |
| 16 | + |
| 17 | + docker pull ghcr.io/ccpbiosim/basic-statistics-workshop:latest |
| 18 | + |
14 | 19 | In our containers we are using the JupyterHub default port 8888, so you should |
15 | 20 | forward this port when deploying locally:: |
16 | 21 |
|
17 | 22 | docker run -p 8888:8888 ghcr.io/ccpbiosim/basic-statistics-workshop:latest |
18 | 23 |
|
| 24 | +## Authors |
| 25 | + |
| 26 | +Workshop Content Authors: |
| 27 | + |
| 28 | +- Charlie Laughton |
| 29 | + |
19 | 30 | ## Contact |
20 | | -Please direct all enquiries and comments to [Charlie Laughton](mailto:charles.laughton@nottingham.ac.uk) |
| 31 | + |
| 32 | +Please direct all questions and feedback to [Charlie Laughton](mailto:charles.laughton@nottingham.ac.uk) |
0 commit comments