openshift-quantum-operators icon indicating copy to clipboard operation
openshift-quantum-operators copied to clipboard

Base image

Open blublinsky opened this issue 3 years ago • 0 comments

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 install qiskit[visualization]

blublinsky avatar Mar 02 '21 00:03 blublinsky