Skip to content

Commit

Permalink
add to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Jan 23, 2024
1 parent 31f043f commit 413b807
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 @@ -2,7 +2,7 @@
FROM qsim

# Install additional requirements
RUN apt-get install -y python3-dev python3-pybind11 python3-pip python3-venv
RUN apt-get install -y python3-dev python3-pybind11 python3-pip python3-venv python3-packaging

# Create venv to avoid collision between system packages (e.g. numpy) and Cirq's deps.
RUN python3 -m venv test_env
Expand Down

0 comments on commit 413b807

Please sign in to comment.