Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto annotation tool Build path is directory - runtime must be specified #2684

Closed
koking0 opened this issue Jan 20, 2021 · 0 comments · Fixed by #2578
Closed

auto annotation tool Build path is directory - runtime must be specified #2684

koking0 opened this issue Jan 20, 2021 · 0 comments · Fixed by #2578
Labels
bug Something isn't working

Comments

@koking0
Copy link

koking0 commented Jan 20, 2021

My actions before raising this issue

Expected Behaviour

nuctl deploy --project-name cvat
--path serverless/openvino/omz/public/yolo-v3-tf/nuclio
--volume pwd/serverless/openvino/common:/opt/nuclio/common
--platform local

Current Behaviour

nuctl deploy --project-name cvat
--path serverless/openvino/omz/public/yolo-v3-tf/nuclio
--volume pwd/serverless/openvino/common:/opt/nuclio/common
--platform local

Here is my error log:

root@Alex:~/Backend/components# nuctl deploy --project-name cvat --path serverless/openvino/omz/public/yolo-v3-tf/nuclio --volume pwd/serverless/openvino/common:/opt/n
uclio/common --platform local
21.01.20 13:06:00.792 nuctl (I) Deploying function {"name": ""}
21.01.20 13:06:00.796 nuctl (I) Building {"versionInfo": "Label: 1.5.8, Git commit: c12022750a6003a309d4f20c72a98addacd3e95d, OS: linux, Arch: amd64,
Go version: go1.14.3", "name": ""}
21.01.20 13:06:00.807 nuctl (W) Create function failed, setting function status {"err": "Failed create runtime", "errVerbose": "\nError - Build path
is directory - runtime must be specified\n /nuclio/pkg/processor/build/builder.go:862\n\nCall stack:\nBuild path is directory - runtime must be specified\n /nuclio
/pkg/processor/build/builder.go:862\nFailed create runtime\n /nuclio/pkg/processor/build/builder.go:216\nFailed create runtime", "errCauses": [{"error": "Build path i
s directory - runtime must be specified", "errorVerbose": "\nError - Build path is directory - runtime must be specified\n /nuclio/pkg/processor/build/builder.go:862
n\nCall stack:\nBuild path is directory - runtime must be specified\n /nuclio/pkg/processor/build/builder.go:862\nBuild path is directory - runtime must be specified"
, "errorCauses": [{}]}]}

Error - Build path is directory - runtime must be specified
/nuclio/pkg/processor/build/builder.go:862

Call stack:
Build path is directory - runtime must be specified
/nuclio/pkg/processor/build/builder.go:862
Failed create runtime
/nuclio/pkg/processor/build/builder.go:216
Failed to deploy function
...//nuclio/pkg/platform/abstract/platform.go:175

@azhavoro azhavoro added the bug Something isn't working label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants