agneeshdg

Results 5 comments of agneeshdg

Hi, Looks like a problem with your frontends. Try to run `clipper_conn.stop_all()` and then `from clipper_admin import ClipperConnection,KubernetesContainerManager clipper_conn = ClipperConnection(KubernetesContainerManager(useInternalIP=True) clipper_conn.start_clipper()` A new cluster should be deployed.

Hi @xuguangzhao , try using clipper_admin.connect() instead of start_clipper(), since you already have a Clipper cluster as part of the k8s cluster.

I'm facing almost the same error in a Python 3.9 runtime, but with a different error code of 125 on my Mac: ` Error: docker run --rm -v /Users/adasgup/apps/myproject/.serverless/requirements:/var/task:z -v...

I followed the instructions on the tutorial to start and deploy a new project, and am now getting the `exit code 1` error. https://www.serverless.com/blog/serverless-python-packaging/ My requirements are just: `numpy==1.22.1` For...

Hi @pgrzesik I do have Docker installed and running locally. Is there any additional Docker configuration I need to do?