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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [X] regression (a behavior that used to work and stopped in a new release)
I would offer a PR to resolve this - however the kakalin/ovms-server docker image the conflict references has no container for the ARMv8 architecture in use by the Jetson, so if this change was merged successfully, the deployment would still fail. Therefore I'm not sure what the desired resolution is.
Minimal steps to reproduce
Attempt a deployment using the deployment.jetson.template.json or deployment.jetson.opencv.template.json template
Any log messages given by the failure
Leaving deployment as it is in the repository complains of invalid deployment .json
Fixing the merge conflict attempts to use an amd64 container on Jetson causing manifest for kakalin/ovms-app:latest not found: manifest unknown: manifest unknown
Expected/desired behavior
Deployment to the Jetson works
OS and Version?
Tegra 4 Linux (Ubuntu 18.04) on Jetson NX
The text was updated successfully, but these errors were encountered:
Thanks @jedimasterjonny. Hey, @waitingkuo can you please see why we have OVMS deployment as part of master branch (especially for Jetson devices)? Master branch should not have any OVMS specific references.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is for a: (mark with an
x
)Both https://github.com/Azure-Samples/azure-intelligent-edge-patterns/blob/master/factory-ai-vision/EdgeSolution/deployment.jetson.template.json and https://github.com/Azure-Samples/azure-intelligent-edge-patterns/blob/master/factory-ai-vision/EdgeSolution/deployment.jetson.opencv.template.json have merge conflict markers in on the master branch.
I would offer a PR to resolve this - however the
kakalin/ovms-server
docker image the conflict references has no container for the ARMv8 architecture in use by the Jetson, so if this change was merged successfully, the deployment would still fail. Therefore I'm not sure what the desired resolution is.Minimal steps to reproduce
Attempt a deployment using the
deployment.jetson.template.json
ordeployment.jetson.opencv.template.json
templateAny log messages given by the failure
amd64
container on Jetson causingmanifest for kakalin/ovms-app:latest not found: manifest unknown: manifest unknown
Expected/desired behavior
Deployment to the Jetson works
OS and Version?
Tegra 4 Linux (Ubuntu 18.04) on Jetson NX
The text was updated successfully, but these errors were encountered: