Skip to content

Commit

Permalink
Add docker and docker compose to dev install (quantumlib#4661)
Browse files Browse the repository at this point in the history
We have docker tests and rigetti requires docker. This adds these to the dev apt-get list and explains that you need to install docker.
  • Loading branch information
dabacon authored and rht committed May 1, 2023
1 parent 7b397e9 commit 66683c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev_tools/conf/apt-list-dev-tools.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
virtualenvwrapper
pandoc
docker-ce
docker-compose
4 changes: 4 additions & 0 deletions docs/dev/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ See the previous section for instructions.
```bash
cat apt-system-requirements.txt dev_tools/conf/apt-list-dev-tools.txt | xargs sudo apt-get install --yes
```

This installs docker and docker-compose among other things. You may need to restart
docker or configure permissions, see
[docker install instructions](https://docs.docker.com/engine/install/ubuntu/)

There are some extra steps if protocol buffers are changed; see the next section.

Expand Down

0 comments on commit 66683c6

Please sign in to comment.