codeflare-sdk icon indicating copy to clipboard operation
codeflare-sdk copied to clipboard

An intuitive, easy-to-use python interface for batch resource requesting, access, job submission, and observation. Simplifying the developer's life while enabling access to high-performance compute re...

Results 163 codeflare-sdk issues
Sort by recently updated
recently updated
newest added

### Describe the Bug The cryptography package v40.0.2 imported in Codeflare SDK has security vulnerabilties identified from the quay security scan. ### Codeflare Stack Component Versions Please specify the component...

Currently there is no upgrade strategy for updating RayCluster images and it is done ad-hoc. This leaves us open to potential security vulnerabilities with these images. At very least, we...

needs-design

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 to 2.1.1. Release notes Sourced from pydantic's releases. v2.1.1 2023-07-25 What's Changed Skip FieldInfo merging when unnecessary by @​dmontagu in pydantic/pydantic#6862 Prepare 2.1.1 by @​dmontagu in...

dependencies

### Describe the Bug When `instascale=True` in cluster configuration and existing nodes have requisite resources, the pods are not being scheduled to to taint intolerance. I'm filing this bug here,...

kind/bug

## WHY The current notebook image used in the custom-nb-image uses packages that are no longer supported. ## WHAT Update the base image [here](https://github.com/project-codeflare/codeflare-sdk/blob/main/custom-nb-image/Dockerfile#L15) to reflect the update in this...

## WHY Why is this change being made? There have been left over mentions of the `mcad.ibm.com` domain in the SDK. The majority of the work was completed in #341...

## WHY To tidy up and reduce time taken to run unit tests action. ## WHAT Cache poetry dependencies in github workflow unit-tests.yml file ## HOW Update the unit-tests.yml file...

### Name of Feature or Improvement Allow the user to provide storage details in cluster config ### Description of Problem the Feature Should Solve In the from codeflare_sdk.cluster.cluster import Cluster,...

### Name of Feature or Improvement Adding KubeRay direct support to the SDK ### Description of Problem the Feature Should Solve For users who wish to use the SDK as...