From c0936fa85d0f28c74c558308092130c45460c97e Mon Sep 17 00:00:00 2001 From: gcattan Date: Fri, 20 Jan 2023 10:56:01 +0100 Subject: [PATCH] Remove workarounds with qiskit_terra on Dockerfile (#91) * Update Dockerfile * Update Dockerfile correct typo * Update Dockerfile update the path to the package name * print debug traces * Update Dockerfile comment workarounds * RUN pip install qiskit_terra==0.22.4 * remove workaround --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7e9741e3..c33daf07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,6 @@ RUN pip install urllib3==1.26.12 RUN python setup.py develop RUN pip install .[docs] -# WORKAROUNDS -## Qiskit problem in parsing version number -RUN echo 0.22.3 > /usr/local/lib/python3.8/site-packages/qiskit_terra-0.22.3-py3.8-linux-x86_64.egg/qiskit/VERSION.txt ## Creating folders for mne data RUN mkdir /root/mne_data