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

How to build docker image in notebook? #5528

Open
suimz opened this issue Jun 12, 2020 · 1 comment
Open

How to build docker image in notebook? #5528

suimz opened this issue Jun 12, 2020 · 1 comment

Comments

@suimz
Copy link

suimz commented Jun 12, 2020

I made some modifications to the notebook file

@kevin-bates
Copy link
Member

Hi @CT-Suimz. The Notebook-related docker image files are built and maintained via the https://github.com/jupyter/docker-stacks repository. These are periodically (or triggered via GH events) built from released packages.

I'm not entirely sure what you mean by "notebook file". Are you saying you've made a code change to the Notebook package and want to incorporate that change in a docker image?

Or are you saying you've modified an actual notebook (ipynb file) and would like to build a docker image from within a running notebook?

I suspect the former. So, if you'd like to test out a change within a docker image, I would use the docker-stacks repository as a reference and just extend an existing notebook image of your choice to try your changes out.

I hope that helps, otherwise, could you please clarify your question? Thanks.

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

No branches or pull requests

2 participants