Skip to content
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

No connected models found for query #766

Open
lianzhang132 opened this issue Apr 8, 2020 · 1 comment
Open

No connected models found for query #766

lianzhang132 opened this issue Apr 8, 2020 · 1 comment

Comments

@lianzhang132
Copy link

When I deployed my model there was no model container under the running docker container but the log showed success

20-04-08:00:49:07 INFO [deployer_utils.py:41] Saving function to /tmp/tmp5j2z17qfclipper
20-04-08:00:49:07 INFO [deployer_utils.py:51] Serialized and supplied predict function
20-04-08:00:49:07 INFO [tensorflow.py:196] TensorFlow model saved at: /tmp/tmp5j2z17qfclipper/tfmodel/model.ckpt
20-04-08:00:49:07 INFO [tensorflow.py:277] Using Python 3.6 base image
20-04-08:00:49:07 INFO [clipper_admin.py:534] [default-cluster] Building model Docker image with model data from /tmp/tmp5j2z17qfclipper
20-04-08:00:49:09 INFO [clipper_admin.py:539] [default-cluster] Step 1/2 : FROM clipper/tf36-container:0.4.1
20-04-08:00:49:09 INFO [clipper_admin.py:539] [default-cluster] ---> 3db42af800ff
20-04-08:00:49:09 INFO [clipper_admin.py:539] [default-cluster] Step 2/2 : COPY /tmp/tmp5j2z17qfclipper /model/
20-04-08:00:49:09 INFO [clipper_admin.py:539] [default-cluster] ---> df6b5afc6263
20-04-08:00:49:09 INFO [clipper_admin.py:539] [default-cluster] Successfully built df6b5afc6263
20-04-08:00:49:09 INFO [clipper_admin.py:539] [default-cluster] Successfully tagged default-cluster-mnist-mod:1
20-04-08:00:49:09 INFO [clipper_admin.py:541] [default-cluster] Pushing model Docker image to default-cluster-mnist-mod:1
20-04-08:00:49:24 INFO [docker_container_manager.py:409] [default-cluster] Found 0 replicas for mnist-mod:1. Adding 1
20-04-08:00:49:25 INFO [clipper_admin.py:724] [default-cluster] Successfully registered model mnist-mod:1
20-04-08:00:49:25 INFO [clipper_admin.py:642] [default-cluster] Done deploying model mnist-mod:1.

We have this image in the docker image
image

This error is caused by the mirror not being started

image

Please tell me how to solve this problem.Thank you for your

@marclipoff
Copy link

The model contain likely exiting due to an error. Use this to help debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants