8000 Bump Python runtime version for Segment Anything interactor Nuclio function from 3.8 to 3.10 by PercipioCorey · Pull Request #9593 · cvat-ai/cvat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump Python runtime version for Segment Anything interactor Nuclio function from 3.8 to 3.10 #9593

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

Merged
merged 12 commits into from
Jul 10, 2025

Conversation

PercipioCorey
Copy link
Contributor
@PercipioCorey PercipioCorey commented Jul 1, 2025

Fixes #9592

Motivation and context

The Python runtime specified in the Segment Anything Nuclio function yaml files (here and here) is version 3.8. Support for this version was dropped by Nuclio and the Nuclio handler builder image in October 2024 (source).

This PR bumps the Python runtime version specified in the affected files from 3.8 to 3.10.

How has this been tested?

This change was tested in both CPU-only and GPU environments by running the appropriate deployment scripts

  • On CPU: cd serverless && ./deploy_cpu.sh pytorch/facebookresearch/sam/nuclio/
  • On GPU: cd serverless && ./deploy_gpu.sh pytorch/facebookresearch/sam/nuclio/

Checklist

  • I submit my changes into the develop branch
  • I have created a changelog fragment
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • I have linked related issues (see GitHub docs)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@PercipioCorey PercipioCorey requested a review from bsekachev as a code owner July 1, 2025 18:34
@PercipioCorey PercipioCorey requested a review from nmanovic as a code owner July 1, 2025 18:43
@PercipioCorey PercipioCorey changed the title Bump Python runtime version for Segment Anything interactor Nuclio function from 3.8 to 3.12 Bump Python runtime version for Segment Anything interactor Nuclio function from 3.8 to 3.10 Jul 10, 2025
…ion.md

Co-authored-by: Roman Donchenko <rdonchen@outlook.com>
Copy link

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.86%. Comparing base (89704ed) to head (b3ecdc9).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9593      +/-   ##
===========================================
+ Coverage    71.76%   71.86%   +0.10%     
===========================================
  Files          441      441              
  Lines        46374    46374              
  Branches      3960     3960              
===========================================
+ Hits         33279    33328      +49     
+ Misses       13095    13046      -49     
Components Coverage Δ
cvat-ui 77.70% <ø> (+<0.01%) ⬆️
cvat-server 67.24% <ø> (+0.18%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@SpecLad SpecLad merged commit ece3871 into cvat-ai:develop Jul 10, 2025
58 of 59 checks passed
@SpecLad
Copy link
Contributor
SpecLad commented Jul 10, 2025

Thank you for the patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nuclio function.yaml for Segment Anything interactor specifies a deprecated Python runtime version
4 participants
0