-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use local docker images when run pipeline experiment? #630
Comments
@tiansiyuan Could you provide exact steps, so we can reproduce this issue? |
Hi, This was caused GFW, Great Firewall, which blocks Google domains in China. |
Understood. Is issue resolved or do we need to keep it open? |
It is solved. Please close it. Thanks a lot |
Issue is resolved. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have difficult to pull docker image: gcr.io/ml-pipeline/argoexec:v3.3.8-license-compliance on a microk8s node. So I use docker save/load to have it on the microk8s node.
When I run a pipeline experiment, I found it ignores the local image and tries to pull it and fails.
Another image, rocks.canonical.com:5000/kubeflow/examples/mnist-test:latest is pulled. And subsequent runs use the pulled image. The first run pulls it although I pulled it already manually.
And I can find in the mnist.py rocks.canonical.com:5000/kubeflow/examples/mnist-test:latest but not gcr.io/ml-pipeline/argoexec:v3.3.8-license-compliance
Could anyone help?
Thanks
The text was updated successfully, but these errors were encountered: