indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
1.32k stars 133 forks source link

udocker load in rhel cluster doesn't work on saved tar docker image #395

Closed itaiwe closed 10 months ago

itaiwe commented 1 year ago

Hi, I have built an image on my pc using wsl with docker and I wanted to move it to a gpu cluster I have through the organization and run it there. The organization uses udocker. udocker version returned 1.3.8. Here is the output from the attempt at loading the image:

$ udocker load -i CompareRL/comparerldocker.tar
Info: already installed, installation skipped
Info: repository and tag already exist comparerldocker latest
Error: load failed
mariojmdavid commented 1 year ago

apologies if you tried this already

udocker images - does it have the image registered there already? if yes, udocker rmi

if not

udocker -D load -i CompareRL/comparerldocker.tar

to get more debug info and send us

another possibility is for you to send us (somehow) the tar file IF it's not private of course

mariojmdavid commented 10 months ago

inactive for several months, please reopen if necessary