Open hamelsmu opened 3 years ago
cc: @gregce
The notebook uses the dockerhub for the image:
fastai_env.docker.base_image = "fastdotai/fastai:latest"
Since your workspace is behind privatelink, can you help check if dockerhub is accessible from within your cluster? If not, can you push the image to your workspace ACR and retry with the image from your workspace ACR instead?
Yes it works if I push the image to my private registry. Perhaps update the docs to say that public images may not work with a Docker registry?
You can close this issue if you like.
With the option to specify privateregistry called out explicitly in this doc, I think there is enough bits in the notebook and in public docs. What is missing here is the error message does not indicate that the network setup can be the cause for image pull to fail.
We can fix the error message here.
@keijik @cody-dkdc
Running the fastai custom docker example does not work
Things I tried:
DockerConfiguration
b/c I get a warning thatdocker.enabled = True
is deprecated but there is no real documentation for that and it is opaque on how to use it (and many of your examples don't use it).DockerConfiguration
Requests
I've included the logs from my attempted AML Run from this notebook below 👇🏽