You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This error is caused by the mirror not being started
Please tell me how to solve this problem.Thank you for your
The text was updated successfully, but these errors were encountered:
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
This error is caused by the mirror not being started
Please tell me how to solve this problem.Thank you for your
The text was updated successfully, but these errors were encountered: