We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efe1cd commit 81a50d0Copy full SHA for 81a50d0
1 file changed
docker-compose.yml
@@ -1,11 +1,12 @@
1
services:
2
- qsim:
+ qsim-base:
3
platform: linux/amd64
4
image: qsim
5
container_name: qsim
6
build:
7
context: ./
8
dockerfile: Dockerfile
9
+
10
qsim-cxx-tests:
11
12
image: qsim-cxx-tests
@@ -14,7 +15,8 @@ services:
14
15
16
dockerfile: tests/Dockerfile
17
depends_on:
- - qsim
18
+ - qsim-base
19
20
qsim-py-tests:
21
22
image: qsim-py-tests
@@ -23,4 +25,4 @@ services:
23
25
24
26
dockerfile: pybind_interface/Dockerfile
27
28
0 commit comments