From 431463daeb69da70c51615fbe5936278a6d9321d Mon Sep 17 00:00:00 2001 From: "Ryan@MBA2024" Date: Sun, 11 Aug 2024 12:36:08 -0400 Subject: [PATCH] small fix for M3 chip for ptolemy_mac --- Cleopatra/ptolemy_mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cleopatra/ptolemy_mac b/Cleopatra/ptolemy_mac index 0501043..ae6ccfb 100755 --- a/Cleopatra/ptolemy_mac +++ b/Cleopatra/ptolemy_mac @@ -1,2 +1,2 @@ #!/bin/bash -docker run --rm -i -w $PWD tehatanlgov/ptolemy +docker run --rm --platform linux/amd64 -i -w $PWD tehatanlgov/ptolemy