Skip to content

Commit b110d7e

Browse files
authored
Merge pull request #28 from CCPBioSim/jimboid-patch-1
Update README.md
2 parents 7dfcbcd + 7059f9e commit b110d7e

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# CCPBioSim Basic Python Workshop
22

3-
[![build](https://github.com/ccpbiosim/python-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/python-workshop/actions/workflows/build.yaml)
3+
[![ci](https://github.com/ccpbiosim/python-workshop/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/ccpbiosim/python-workshop/actions/workflows/build.yaml)
4+
[![latest](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpbiosim.github.io%2Fworkshop.json&query=%24.containers.python-workshop.latest&labelColor=grey&logo=github&logoColor=white&label=latest&color=purple)](https://github.com/ccpbiosim/python-workshop/pkgs/container/python-workshop)
5+
[![issues](https://img.shields.io/github/issues/ccpbiosim/python-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/python-workshop/issues)
6+
[![pr](https://img.shields.io/github/issues-pr/ccpbiosim/python-workshop?logo=github&labelColor=grey)](https://github.com/CCPBioSim/python-workshop/pulls)
7+
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.
9+
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/python-workshop:latest
17+
18+
In our containers we are using the JupyterHub default port 8888, so you should
19+
forward this port when deploying locally::
20+
21+
docker run -p 8888:8888 ghcr.io/ccpbiosim/python-workshop:latest
22+
23+
## Authors
24+
25+
Workshop Content Authors:
26+
27+
- Chris Woods
28+
- Lester Hedges
29+
30+
## Contact
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
441

542
## Docker
643

0 commit comments

Comments
 (0)