forked from jupyter/docker-stacks
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge from jupyter docker stacks main 20241010 #9
Merged
joshua-seals
merged 439 commits into
develop
from
merge-from-jupyter-docker-stacks-main-20241010
Oct 11, 2024
Merged
Merge from jupyter docker stacks main 20241010 #9
joshua-seals
merged 439 commits into
develop
from
merge-from-jupyter-docker-stacks-main-20241010
Oct 11, 2024
Conversation
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
* Introduce policy for new images/packages * Fix GitHub links * Upadte list
* add grpcio grpcio_status to support spark connect * Sort install list * Fix package name * Update pyspark docs with new deps grpcio and grpcio-status * set grpcio and grpcio-status version as 1.56 * exclude grpcio and grpcio-status in test_packages.py * Update selecting.md * Update test_packages.py * Update Dockerfile --------- Co-authored-by: Ayaz Salikhov <[email protected]>
* [FAST_BUILD] Introduce fast build * [FAST_BUILD] Fix * Use pull request title, because github.event.head_commit.message is not available for PRs * Update description * Add some debugging * More debug * More debug * Fix * More expression contexts * Try with old docker-tag-push.yml * Keep simple * Keep simple * Do not touch parts which have worked so far * Do not touch parts which have worked so far * Remove ${{ }} where not needed * Add debug code * Remove debug logs * Only download needed manifests and and history lines
* Example using bake to build with custom arguments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add missing language markers * Unify markdown style in recipes.md * Update docs/using/recipe_code/docker-bake.python312.hcl --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ayaz Salikhov <[email protected]>
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix ijavascript example * Better naming
…pyter#2144) * Create a separate doc page on how to build custom set of images * Fix link * Include new page in toctree * Minor fix * Rewrite * Rewrite * Apply suggestions from code review Co-authored-by: Simon Li <[email protected]> * Capitalize Quay.io * Add info about old images * Better text --------- Co-authored-by: Simon Li <[email protected]>
* Move `CUDA enabled variant` to lower down * CUDA enabled variant: fix grammar
…Hub env variables (jupyter#2153)
…er#2155) * Rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE * Add changelog
…cker build in helx workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your changes
Due to the many changes that have occurred since our last sync with the jupyter/docker-stacks fork I've just added our helx specific items to the repo with files named helx-[specific-identifier] while keeping the added make-helx-jupyter-stacks.sh script.