Quantum lab for Pennylane development
5.3K
apt-get install docker-ce docker-ce-cli containerd.iodocker run -it -v [YOUR_FOOLDER]:/opt/quantum_lab/data/share --entrypoint=/bin/bash -p 8888:8888 -e LANG=C.UTF-8 mickahell/quantum_lab_qmlnetworkx, numpy, matplotlib, notebook, pandas, scipy, tk, vimqml.sh
autograd, pennylane, pennylane-sf, pennylane-qiskitThe folder /opt/quantum_lab/data/share is link to the host file and allow to register the modification in the host computer
To launch the Jupyter notebook instance :
/opt/quantum_lab/datafolder./start_jupyter.comhttp://127.0.0.1:8888/docker exec -it -u root [CONTAINEUR_ID] /bin/bashdocker start [CONTAINEUR_ID]docker ps -a
-a is used the see every existed containeurs, that's include the stopped onedocker imagesdocker rm [CONTAINEUR_ID]docker rmi [NAME_OF_THE_IMAGE]
-f to force the suppression and delete the containeurs associates to the imageContent type
Image
Digest
sha256:5c159d6c0…
Size
810.4 MB
Last updated
about 3 years ago
docker pull mickahell/quantum_lab_qml