From ca072e01a04f17257ff7bd2f86551bc2fefa6b08 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Thu, 15 Jan 2026 16:03:07 +0000 Subject: [PATCH] Cleanup README by removing unnecessary sections Removed outdated Docker section and contact details from README. --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 9b94354..a46eea1 100644 --- a/README.md +++ b/README.md @@ -28,27 +28,3 @@ Workshop Content Authors: - Lester Hedges ## Contact - - - - - - - - - - - -## Docker - -This container is derived from the CCPBioSim JupyterHub image. This container -adds the necessary software packages and notebook content to form a deployable -course container. The source content for this course can be found at -https://github.com/CCPBioSim/python-and-data-workshop - -## How to Use - -In our containers we are using the JupyterHub default port 8888, so you should -forward this port when deploying locally:: - - docker run -p 8888:8888 ghcr.io/ccpbiosim/python-workshop:latest