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

no 'latest' tag on docker hub #115

Closed
chessman opened this issue May 31, 2023 · 1 comment
Closed

no 'latest' tag on docker hub #115

chessman opened this issue May 31, 2023 · 1 comment

Comments

@chessman
Copy link

I noticed that cschranz/gpu-jupyter doesn't have 'latest' tag anymore.

❯ docker pull cschranz/gpu-jupyter
Using default tag: latest
Error response from daemon: manifest for cschranz/gpu-jupyter:latest not found: manifest unknown: manifest unknown

Is it intentional? Doesn't it make sense to point to the latest image (v1.5_cuda-11.6_ubuntu-20.04 as of now).

@ChristophSchranz
Copy link
Collaborator

Hi @chessman
GPU-Jupyter aims to create isolated environments for reproducible setups.
The latest tag contradicts this purpose, as it changes the setup version as soon as a later tag is pushed.
Even worse, as there are three branches slim, python-only and full, users wouldn't be aware which version they have and what packages should work!

Therefore, this purpose is intended, it nudges to use tags highly recommended for Docker anyways, even though a more precise feedback would be nice for those not familiar with Docker.

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