claritylab / lucida

Speech and Vision Based Intelligent Personal Assistant
Other
4.81k stars 881 forks source link

Error in deploying docker #203

Closed raviten closed 2 years ago

raviten commented 7 years ago

I am trying to deploy on gcp with 15gb ram and 120GB disk on docker up i am getting following error sudo kubectl get pod

NAME                         READY     STATUS             RESTARTS   AGE
asrmaster-controller-iipc7   0/1       CrashLoopBackOff   4          19m
asrworker-controller-7b9eq   1/1       Running            0          19m
asrworker-controller-k9yb0   1/1       Running            0          19m
ca-controller-rvuea          1/1       Running            0          19m
dig-controller-k8yh7         1/1       Running            0          19m
face-controller-z3ikb        1/1       Running            0          19m
imc-controller-12arf         1/1       Running            0          19m
imm-controller-qcled         1/1       Running            0          19m
memcached-controller-2gy82   1/1       Running            0          19m
mongo-controller-en8di       1/1       Running            0          19m
ms-controller-ljave          0/1       Error              4          19m
qa-controller-30xlo          1/1       Running            0          19m
we-controller-g5ntr          0/1       Error              4          19m
web-controller-lyciu         1/1       Running            0          19m

I ran command ./cluster_up_linux.sh

zhexuanc commented 7 years ago

Hi raviten,

I am so sorry that this is the issue because we have not updated our Lucida image in Dockerhub. So try to build it locally if your environment is Ubuntu 14.04 or 16.04. Or if you are familiar with docker, you can build your own docker image using the dockerfile in the root directory.

Thanks, zhexuanc