Skip to content

Commit 33d5b47

Browse files
committed
It may work a bit better cross machine if we don't force the platform. You pick which is the right way for you.
1 parent d95e1f0 commit 33d5b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/08-reproducibility/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
dockerfile: Dockerfile
77
container_name: linux-math-base
88
image: linux-math-base
9-
platform: linux/amd64
9+
# platform: linux/amd64
1010

1111
math_research:
1212
build:
@@ -19,5 +19,5 @@ services:
1919
- ./math_research/data:/data
2020
ports:
2121
- "9000:9000"
22-
platform: linux/amd64
22+
# platform: linux/amd64
2323

0 commit comments

Comments
 (0)