ai-training-examples icon indicating copy to clipboard operation
ai-training-examples copied to clipboard

docker private registry not working in AI training job

Open janakg opened this issue 9 months ago • 1 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?

janakg avatar May 10 '24 12:05 janakg