Replies: 3 comments
-
I would check the logs to see if there's indications of any problem. |
Beta Was this translation helpful? Give feedback.
-
Looks like the the connection was refused: "### startup probe failed: connection refused" This is what I have in Dockerfile: This is what I have in appsettings.json: |
Beta Was this translation helpful? Give feedback.
-
I tried the below commands and could connect to the api endpoint of the kernel memory container docker pull kernelmemory/service docker run -e OPENAI_API_KEY="$API_KEY" -p 9001:9001 -it --rm kernelmemory/service |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I am trying to deploy Kernel Memory as a docker container in ACA. I built the docker image locally and push the image in Azure Container Registry from VS Code. I used the default Dockerfile mentioned in the git repo to build the image. The application is failed to start. I generated appsettings.Production.json locally and included in the docker image but still it fails to start.
Please point me to any documentation where it says to deploy as docker container in Azure Container Apps.
Beta Was this translation helpful? Give feedback.
All reactions