CNES / decloud

Apache License 2.0
40 stars 4 forks source link

Docker Build Fail #9

Closed dhonxean closed 1 year ago

dhonxean commented 1 year ago

Hello.

I tried building the Dockerfile but I got this error that the mdl4eo/otbtf3.3.2:gpu-dev: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed. Is the docker image not accessible?

What I did:

cd to decloud directory docker build .

Kindly see attached image for reference of the error. Thank you!

image

remicres commented 1 year ago

hello @dhonxean we have changed the docker images names: now they are named after the semantic versioning: mdl4eo/otbtf:X.Y.Z-suffix[-dev], where:

I am fixing the reference right now in the CI and the dockerfile, stay tuned!

dhonxean commented 1 year ago

Thank you very much for all the hardwork! Will definitely stay tuned!

remicres commented 1 year ago

it should build now, I have changed the otbtf image reference in the dockerfile

dhonxean commented 1 year ago

I had successfully ran the docker image. Thank you!!!