Skip to content

Commit d561ef1

Browse files
committed
Add depends_on for math docker image to keep builds in the right order (forgot this in the live demo).
1 parent 33d5b47 commit d561ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/08-reproducibility/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ services:
1919
- ./math_research/data:/data
2020
ports:
2121
- "9000:9000"
22+
depends_on:
23+
- linux_math_base
2224
# platform: linux/amd64
2325

0 commit comments

Comments
 (0)