Skip to content

Conversation

@VictorLamoine
Copy link

Fixes #10033

Very similar to the issue with traefik:

Tests

It now runs fine on our local instance with the latest docker version.

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.

@azhavoro
Copy link
Contributor

@VictorLamoine Thanks for the PR

Have you tested the deployment of the nuclio function with the new version? Based on the issue you mentioned, some adaptation is required here.

@VictorLamoine
Copy link
Author

VictorLamoine commented Nov 25, 2025

Yes we are using pth-facebookresearch-sam-vit-h on our GPU.

$ nuctl get function pth-facebookresearch-sam-vit-h
 NAMESPACE | NAME                           | PROJECT | STATE | REPLICAS | NODE PORT 
 nuclio    | pth-facebookresearch-sam-vit-h | cvat    | ready | 1/1      | 32769  

The dashboard works fine:
image

We had to re-build the function. So no adaption was required from my point of view.

@jaehho
Copy link

jaehho commented Nov 30, 2025

does quay.io/nuclio/dashboard:1.16.0-amd64 exist?
I only see up to version 1.15.9 on their github

Edit: I see quay.io/nuclio/dashboard:1.16.0-amd64 exists on quay.io, but then I don't see a matching nuctl version

@VictorLamoine
Copy link
Author

does quay.io/nuclio/dashboard:1.16.0-amd64 exist? I only see up to version 1.15.9 on their github

Edit: I see quay.io/nuclio/dashboard:1.16.0-amd64 exists on quay.io, but then I don't see a matching nuctl version

Oh you are right latest available is 1.15.9 for nuclio, I have updated my pull request

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 1, 2025

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.

After upgrading to the latest version of Docker Desktop, the nuclio version does not correspond and is too old, causing it to fail to start

3 participants