|
1 | | -CCPBioSim Structure Validation Workshop |
2 | | -======================================= |
| 1 | +# CCPBioSim Structure Validation Workshop |
3 | 2 |
|
4 | | -[](https://github.com/ccpbiosim/structure-validation-workshop/actions/workflows/build.yaml) |
| 3 | +[](https://github.com/ccpbiosim/structure-validation-workshop/actions/workflows/build.yaml) |
| 4 | +[](https://github.com/ccpbiosim/structure-validation-workshop/pkgs/container/structure-validation-workshop) |
| 5 | +[](https://github.com/CCPBioSim/structure-validation-workshop/issues) |
| 6 | +[](https://github.com/CCPBioSim/structure-validation-workshop/pulls) |
5 | 7 |
|
6 | | -This container is derived from the CCPBioSim JupyterHub image. This container |
7 | | -adds the necessary software packages and notebook content to form a deployable |
8 | | -course container. The source content for this course can be found at |
9 | | -https://github.com/CCPBioSim/structure-validation-workshop |
| 8 | +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. |
10 | 9 |
|
11 | | -How to Use |
12 | | ----------- |
| 10 | +## How to Use |
| 11 | + |
| 12 | +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. |
| 13 | + |
| 14 | +Pull the container from our repository:: |
| 15 | + |
| 16 | + docker pull ghcr.io/ccpbiosim/structure-validation-workshop:latest |
13 | 17 |
|
14 | 18 | In our containers we are using the JupyterHub default port 8888, so you should |
15 | 19 | forward this port when deploying locally:: |
16 | 20 |
|
17 | 21 | docker run -p 8888:8888 ghcr.io/ccpbiosim/structure-validation-workshop:latest |
| 22 | + |
| 23 | +## Authors |
| 24 | + |
| 25 | +Workshop Content Authors: |
| 26 | + |
| 27 | +- Martyn Winn |
| 28 | + |
| 29 | +## Contact |
| 30 | + |
| 31 | +Please direct all questions and feedback to [Charlie Laughton](mailto:martyn.winn@stfc.ac.uk) |
0 commit comments