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
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
The text was updated successfully, but these errors were encountered:
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/nuclio/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
The text was updated successfully, but these errors were encountered: