You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2019. It is now read-only.
jupyter/docker-stacks has done an excellent job of creating base jupyter docker images.
They have an clear documentation on Community Stacks which I believe this repo (or its replacement) would be an perfect candidate for.
I am actually working my way backwards from there. I attempted to use the jupyterhub in tandem with its related dockerspawner with docker images this repo alludes to but was unsuccessful.
After stumbling accross this stackoverflow I set out to make my own dockerfile. After achieving initially elusive success I followed the Community Stacks guide to create:
My sage installation/implementation is a little different than the strategy used in here.
I instead chose to fully rely on the conda implementation. I did this simply because that's how jupyter/docker-stacks base images were implemented. This may or may not be optimal, but it works.
Implementation aside, I believe that building sage's base image (9cac878) off of jupyter/minimal-notebook and getting listed as a Community Stack will go a long ways towards reducing fragmentation and achieving some of the goals stated in issue #4.
I realize my implementation may not achieve the goals of this repo, but if by chance they do I will humbly transfer and redirect all my placeholders to their rightful stewards:
Either way the stated goal of this issue is to standardize and defragment via submission to the accepted standards set by https://github.com/jupyter/docker-stacks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
jupyter/docker-stacks has done an excellent job of creating base jupyter docker images.
They have an clear documentation on Community Stacks which I believe this repo (or its replacement) would be an perfect candidate for.
I am actually working my way backwards from there. I attempted to use the jupyterhub in tandem with its related dockerspawner with docker images this repo alludes to but was unsuccessful.
After stumbling accross this stackoverflow I set out to make my own dockerfile. After achieving initially elusive success I followed the Community Stacks guide to create:
https://github.com/sharpTrick/sage-notebook
My sage installation/implementation is a little different than the strategy used in here.
I instead chose to fully rely on the conda implementation. I did this simply because that's how jupyter/docker-stacks base images were implemented. This may or may not be optimal, but it works.
Implementation aside, I believe that building sage's base image (9cac878) off of jupyter/minimal-notebook and getting listed as a Community Stack will go a long ways towards reducing fragmentation and achieving some of the goals stated in issue #4.
I realize my implementation may not achieve the goals of this repo, but if by chance they do I will humbly transfer and redirect all my placeholders to their rightful stewards:
Either way the stated goal of this issue is to standardize and defragment via submission to the accepted standards set by https://github.com/jupyter/docker-stacks.
The text was updated successfully, but these errors were encountered: