Boris Lublinsky
Boris Lublinsky
Showcasing the proper usage of the library. Are you planning to create one?
It looks like current implementation does not specify any config parameters https://github.com/qiskit-community/openshift-quantum-operators/blob/master/operators-examples/openshift-qiskit-operator/operator/pkg/apis/singhp11/v1/qiskitplayground_types.go. We need to be able to specify, at least cpu/memory requirements and persistence support
Current implementation seem to keep all user created notebooks on the local cluster. This means that if a pod restarts, all of them will be gone. I think we need...
In this implementation, image is build from scratch. Would it make sense to use on of the "standard" notebook images https://jupyter-docker-stacks.readthedocs.io/en/latest/ for example: FROM jupyter/scipy-notebook # Install Qiskit RUN pip...
@tedhtchang, @smit-kiri, @anyscalesam ## Why are these changes needed? This cleans up Python implementation add support for creation of autoscaling clusters and image pull policy ## Related issue number https://github.com/ray-project/kuberay/issues/2029...
We finally made it work, but I do not think it is sustainable for the wider population. Here is what we have to do: 1. Because Codeflare SDK relies on...
## Why are these changes needed? Added resize transform. Fixed transform file processor bug ## Related issue number (if any).
## Why are these changes needed? modified code2 parquet to support both code and language files and moved it to universal ## Related issue number (if any). https://github.com/IBM/data-prep-kit/issues/520
## Why are these changes needed? ## Related issue number (if any). #197
### Search before asking - [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues. ### Component CI/CD ### What happened + What you expected to happen The current implementation...