Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 463 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 463 Bytes

docker-jupyter-qml

Docker image with qiskit and pennylane libraries and with jupyter notebook env

setup

git clone https://github.com/QPoland/docker-jupyter-qml.git

cd docker-jupyter-qml 

docker build -t quantum .

run

docker run -d -p 8888:8888  quantum

Go to Web browser

http://localhost:8888

stop

docker ps 

<get id from quantum run and copy it>

docker stop id 

# remove
docker -rm -f quantum