Skip to content
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

Recipe using bake to build with custom arguments #2141

Merged
merged 5 commits into from
Sep 2, 2024

Conversation

alwaysmpe
Copy link
Contributor

Describe your changes

Add example Bake file for building locally with custom arguments.

The recipe bake file currently just references head of main, I've not mentioned how/why they should change this. Didn't think it was necessary.

Issue ticket if applicable

Fix #2140

Checklist (especially for first-time contributors)

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests
  • I will try not to use force-push to make the review process easier for reviewers
  • I have updated the documentation for significant changes

then with a Dockerfile like:

```{code-block} Dockerfile
:caption: Dockerfile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks cool!

@mathbunnyru mathbunnyru merged commit d4235b4 into jupyter:main Sep 2, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example bake file for custom docker builds
2 participants