ovh / ai-training-examples

Apache License 2.0
139 stars 74 forks source link

docker private registry not working in AI training job #106

Open janakg opened 5 months ago

janakg commented 5 months ago
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?

hyu9a commented 3 months ago

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