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

C2D: Check algorithm images #736

Open
alexcos20 opened this issue Oct 25, 2024 · 1 comment
Open

C2D: Check algorithm images #736

alexcos20 opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
Type: Enhancement New feature or request

Comments

@alexcos20
Copy link
Member

Whenever a compute job is started, it needs a image.
But, there are a couple of constrains:

  • is that image available?
  • is the right architecture?

So, we need to check this before actually starting the job

Tasks:

  • each compute environment should also expose architecture (it must be an array, cause complex engines like k8 can have multiple values)
  • during initializeCompute/startCompute/FreeComputeStartCommand we need to:
    • check if image exists
    • get the architecture and check if our compute env is supporting that

PS: I already added docker-registry-client as a dependency, so use that

@alexcos20 alexcos20 added the Type: Enhancement New feature or request label Oct 25, 2024
@alexcos20 alexcos20 mentioned this issue Nov 20, 2024
@jamiehewitt15
Copy link
Member

Yeah, this is much needed so that we can also give helpful error messages if the compute job fails. We can display these on the UI side including the vs-code extension and anything else.

@paulo-ocean paulo-ocean self-assigned this Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants