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

Update Referenced Jupyter Image(s) #7

Open
kilbd opened this issue Feb 5, 2020 · 0 comments
Open

Update Referenced Jupyter Image(s) #7

kilbd opened this issue Feb 5, 2020 · 0 comments

Comments

@kilbd
Copy link

kilbd commented Feb 5, 2020

In the included base image Dockerfiles, the referenced scipy-notebook Jupyter image is about 18 months old. When I tried to conda install two packages in my custom Dockerfile, it wanted to downgrade Python to 2.7, and eventually exited with this error:

Traceback (most recent call last):
  File "/opt/conda/bin/conda", line 7, in <module>
    from conda.cli import main
ImportError: No module named conda.cli

When I removed the :135a595d2a93 tag reference to implicitly use :latest, the build went fine. I assume the miniconda version in the old image has a bug. I did not test this with the other 2 Coursera base images.

I understand not wanting to use :latest, and Jupyter doesn't have the friendliest tagging scheme on Docker Hub, but you could at least mention using a different image tag in the README when you encourage using your images as a base for customization. Better still, if you really want folks to use your default images as a base for customization, then publish your images to Docker Hub, perhaps with a nicer tag/versioning scheme.

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

1 participant