The JupyterHub docker image used for hub.cryointhecloud.com, hosted on https://quay.io/repository/cryointhecloud/cryo-hub-image
The image is built with repo2docker, which uses Ubuntu Bionic Beaver (18.04) as the base image. If you'd like to run a test build locally, please read the repo2docker Getting Started doc and the repo2docker Configuration Files doc.
You can add or update packages on the cryointhecloud hub by making pull requests to this repository. Follow these steps:
environment.yml
file (for most packages) or apt.txt
file (for packages that need to be used in the Linux Desktop environment in the cloud)./condalock
.
This will refresh the conda-lock.yml
file that contains a snapshot of the exact library versions contained in the
conda environment, which will be useful for reproducibility.conda-lock.yml
file in your PR, you can check the
status of the action in the "Actions" tab; the bot could fail silently, in which case you should address
any errors and re-comment with the /condalock
command.To test the build locally, first ensure you have an up-to-date conda lock file, then
build with repo2docker
(if your conda lock file was already updated by the bot as
described above, you can skip the first line):
conda-lock lock --mamba --kind explicit --file environment.yml --platform linux-64
repo2docker --appendix "$(cat appendix)" .
This build may take up to 30 minutes.
Once the image is built, repo2docker
will automatically run a JupyterLab
server and display a message like this:
To access the notebook, open this file in a browser:
file:///home/<YOUR_USERNAME>/.local/share/jupyter/runtime/nbserver-27-open.html
Or copy and paste this URL:
http://127.0.0.1:53695/?token=<YOUR_TOKEN>
Click the URL on the last line of the repo2docker
output to open the local JupyterLab
instance in your browser, and you're ready to test!
From here, you'll be able to locally test anything you can do in a cloud deployment: run terminal commands, edit and run notebooks, or start a desktop VNC session.
After your PR gets merged, our GitHub Actions will build and push a new image to our image repository on quay.io. You can monitor the progress of this in the GitHub Actions tab in this repo.
Once a new tag appears, someone with JupyterHub Admin permissions on the CryoCloud hub will have to
update the system to use the new image. With the new Other
image selector, an admin will need to test
the image on CryoCloud and then ask a 2i2c engineer to update the image by sending them the tag name.
Python
, select Other
from the Image
selector.Custom
to use the new tag pushed for the PR in the
quay.io tags page. Make sure there are
no trailing spaces!