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

rubbish under the image root dir #1249

Closed
maciejskorski opened this issue May 6, 2023 · 1 comment
Closed

rubbish under the image root dir #1249

maciejskorski opened this issue May 6, 2023 · 1 comment
Assignees
Labels
bug bug & failures with existing packages help wanted

Comments

@maciejskorski
Copy link
Contributor

maciejskorski commented May 6, 2023

🐛 Bug

I have noticed some rubbish files under the container root.

To Reproduce

(base) maciej.skorski@kaggle-cpu-maciej:~$ docker images
REPOSITORY                                                TAG       IMAGE ID       CREATED             SIZE
gcr.io/kaggle-images/python                               latest    d69c9812a008   2 weeks ago         22.9GB
(base) maciej.skorski@kaggle-cpu-maciej:~$ docker run -it gcr.io/kaggle-images/python:latest bash
root@f4997f735c7c:/# ls /
'=2023.0.1'   boot   entrypoint.sh   home                  lib     lib64    media   opt    root   run_jupyter.sh   src   sys   usr
 bin          dev    etc             install_packages.sh   lib32   libx32   mnt     proc   run    sbin             srv   tmp   var

Note '=2023.0.1' which is a leftover.

Expected behaviour

No leftovers, specially under the root dir.

Additional context

@maciejskorski maciejskorski added bug bug & failures with existing packages help wanted labels May 6, 2023
@maciejskorski maciejskorski changed the title garbage under the image root dir rubbish under the image root dir May 7, 2023
@kcarnold
Copy link

Source:

pip install --force-reinstall --no-deps jupyter_server>=2.* && \

and

scikit-learn-intelex>=2023.0.1 \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug & failures with existing packages help wanted
Projects
None yet
Development

No branches or pull requests

3 participants