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

Modernize OpenVINO-based Nuclio functions and allow them to run on Kubernetes #6129

Merged
merged 11 commits into from
May 15, 2023
Next Next commit
serverless/deploy_cpu.sh: work correctly when nuctl defaults to the k…
…ube platform
  • Loading branch information
SpecLad committed May 14, 2023
commit f06ee388fe494b9db532fed0c0d89bb085955dba
6 changes: 2 additions & 4 deletions serverless/deploy_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
FUNCTIONS_DIR=${1:-$SCRIPT_DIR}

nuctl create project cvat
nuctl create project cvat --platform local

shopt -s globstar

Expand All @@ -17,6 +17,4 @@ do
--platform local
done

nuctl get function


nuctl get function --platform local