Replies: 1 comment 1 reply
-
One place we are using it is in the notebook tests: https://github.com/Qiskit-Extensions/quantum-serverless/blob/22a4e8b738f8cfa5ffc5282a497ffc18ab76a0d0/.github/workflows/docker-build.yaml#L22 , but that's not using the actual image (rather building from scratch), so I don't think that would be an issue. Longer term, it shouldn't be too bad to refactor that test and run the notebooks locally rather than in a container (I think that's what I did when trying to test on kubernetes), but I don't think that's super high on the priority list right now... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we build and push docker images for example notebooks. They are extremely heavy and it looks like usage it very low (if any at all).
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions