ovh / ai-training-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker private registry not working in AI training job

janakg opened this issue · comments

USERNAME=hellosivi
REPOSITORY=library
IMAGE_NAME=clr
TAG=v1
IMAGE_URI=$USERNAME/$REPOSITORY/$IMAGE_NAME:$TAG
IMAGE_URI_NEW=registry-1.docker.io/hellosivi/library/$IMAGE_NAME:$TAG

ovhai job run $IMAGE_URI_NEW \
--timeout "10d" \
--gpu 1 \
--name "sample-training-docker" \
--flavor ai1-1-gpu

We added a private registry in dashboard and it created an url :: registry-1.docker.io/hellosivi/library
We tried many combinations of the path. No luck.

Do you support private registries?

Hi, this was a known issue that should be fixed now, yo may have to delete and register you registry again in the AI Dashboard