Skip to content

Commit

Permalink
Remove workarounds with qiskit_terra on Dockerfile (#91)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gcattan committed Jan 20, 2023
1 parent 04e4209 commit c0936fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0936fa

Please sign in to comment.