qiskit-community / openshift-quantum-operators

Apache License 2.0
19 stars 21 forks source link

Base image #12

Open blublinsky opened 3 years ago

blublinsky commented 3 years ago

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]