Skip to content

Commit

Permalink
Docker Debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Sep 22, 2023
1 parent 16b5ab6 commit 575ba8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pybind_interface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ FROM qsim
# Install additional requirements
RUN apt-get install -y python3-dev python3-pybind11 python3-pytest python3-pip

# The --force flag is used mainly so that the old numpy installation from pybind
# gets replaced with the one cirq requires
RUN pip3 install -vvv --break-system-packages --prefer-binary cirq-core --force-reinstall
# Install cirq-core
RUN pip3 install --prefer-binary cirq-core

# Install pybind11
RUN apt-get install -y python3-pybind11

# Copy relevant files
COPY ./pybind_interface/ /qsim/pybind_interface/
Expand Down

0 comments on commit 575ba8d

Please sign in to comment.