Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

🔧 Modifying the dependency environment

The Docker image we use comes with dependencies pre-installed. To modify the environment, you must push to the continuous-dems/docker-jupyter repository.

Edit the dependency manifest

Edit pixi.toml to add, remove, or modify dependencies in the environment.

Commit.

Push the commit

Push the new commit:

git push origin main

Update the workshop tag

From the latest commit on main (you may want to git pull first):

git tag --force workshop-coastal-coupling-2026

Push the tag:

git push --force origin workshop-coastal-coupling-2026

Watch the build

Watch the build here:

https://github.com/continuous-dems/docker-jupyter/actions

It should take 4 minutes or so.

See the published package

The final package should appear here:

https://github.com/continuous-dems/docker-jupyter/pkgs/container/cudem-jupyter