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 2c7c06b commit 585a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybind_interface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 uninstall --force numpy
RUN pip3 uninstall numpy
RUN pip3 install -vvv --prefer-binary cirq-core --force-reinstall

# Copy relevant files
Expand Down

0 comments on commit 585a996

Please sign in to comment.