generated from 2i2c-org/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using unified conda-lock file in postBuild for reproducible conda environment #14
Draft
weiji14
wants to merge
31
commits into
main
Choose a base branch
from
unified-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+8,870
−599
Draft
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5857db0
Rename environment.yml file to environment-cryocloud.yml
weiji14 90fe9f6
Bump to cartopy 0.21.0, rasterio 1.3.3, hdf5 1.12.2, qgis 3.22.11
weiji14 1d23d26
Replace explicit conda-linux-64.lock file with unified conda-lock.yml
weiji14 95d8ec8
Temporarily rename environment-cryocloud.yml back to environment.yml
weiji14 09ecd55
Revert "Temporarily rename environment-cryocloud.yml back to environm…
weiji14 00cc297
Add postBuild script to install dependencies from unified conda-lock.yml
weiji14 d07eafb
Minimal conda-lock.yml with only Python 3.10
weiji14 ef9cc29
Fix conda-lock install command in postBuild
weiji14 e609d9c
Pin to conda-lock 1.0.5 to keep relative paths
weiji14 4ea512b
Document how to update conda-lock.yml file in the main README.md
weiji14 abb8710
Install conda-lock with pip_support extras
weiji14 33436bc
Run docker build and test workflow when conda-linux.yml is modified
weiji14 3e08468
Pin minimum jupyterlab to 3.5
weiji14 85b01cb
[condalock-command] autogenerated conda-lock files
actions-bot f82355e
Set notebook as conda environment name in docker image
weiji14 f0b86fe
Bump conda-lock from 1.0.5 to 1.2.1
weiji14 20ec34b
Update conda-lock's dependency file source
weiji14 3c6a826
[condalock-command] autogenerated conda-lock files
actions-bot 70fb920
Improvements to postBuild script
weiji14 57e22d2
Merge branch 'main' into unified-lockfile
weiji14 9f36ec5
Merge branch 'main' into unified-lockfile
weiji14 7f9db0c
Fix incorrect merge conflict omission
weiji14 27f3a8b
Delete conda-linux-64.lock
weiji14 5486608
Merge branch 'main' into unified-lockfile
weiji14 18b1b25
Bump conda-lock to 2.0.0
weiji14 8353e4d
Use conda-lock 2.0.0 in postBuild
weiji14 4a21b81
Update conda-lock.yml to v1 schema
weiji14 71a2f4e
Fix typo conda-linux.yml to conda-lock.yml
weiji14 4cff62b
Merge branch 'main' into unified-lockfile
weiji14 bccefa2
Merge branch 'main' into unified-lockfile
weiji14 9c8e894
Bump conda-lock from 2.0.0 to 2.1.0
weiji14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Bump conda-lock from 2.0.0 to 2.1.0
Bumps [conda-lock](https://github.com/conda/conda-lock) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/conda/conda-lock/releases) - [Commits](conda/conda-lock@v2.0.0...v2.1.0)
commit 9c8e894587bbc0635f41315288f0a69e13fcea74
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it matters, but I've set the conda environment name as
notebook
here instead ofcryocloud
, because that's the default conda environment name on the CryoCloud JupyterHub.